We don't obey this constraint...
authorbdemsky <bdemsky>
Wed, 14 Apr 2004 21:39:30 +0000 (21:39 +0000)
committerbdemsky <bdemsky>
Wed, 14 Apr 2004 21:39:30 +0000 (21:39 +0000)
Repair/RepairCompiler/MCC/IR/StandardCodeWriter.java

index b162f72863e31d67c036498b0f4518000751eddb..f60a00765c7dfa16d04614a07dfc70a1d417a6d7 100755 (executable)
@@ -27,7 +27,6 @@ public class StandardCodeWriter implements CodeWriter {
     
     public void unindent() { 
         indent--; 
     
     public void unindent() { 
         indent--; 
-        assert indent >= 0; 
     }
     
     private void doindent() {
     }
     
     private void doindent() {