implemented PCLOC annotation.
[IRC.git] / Robust / src / IR / TagVarDescriptor.java
index f076b3c1509c4b002edc243b9808dafcbfc8be71..4cca52da4d7048b8c3c816a3b4eb587032dffc4a 100644 (file)
@@ -17,7 +17,6 @@ public class TagVarDescriptor extends Descriptor {
     this.identifier=identifier;
     this.safename = "___" + name + "___";
     this.uniqueid=count++;
-    throw new Error();
   }
 
   public String getName() {