generate annotated source code again but it's still not the correct one...
[IRC.git] / Robust / src / Analysis / SSJava / MethodLocationInfo.java
index 7435c187cd6c19d1433c9528b02daafc45513c8b..3f93fe2f331b5b683e7c27ba58af6e3a46131f29 100644 (file)
@@ -10,7 +10,6 @@ import IR.MethodDescriptor;
 
 public class MethodLocationInfo extends LocationInfo {
 
-  String returnLocName;
   String thisLocName;
   CompositeLocation pcLoc;
   CompositeLocation returnLoc;
@@ -59,14 +58,6 @@ public class MethodLocationInfo extends LocationInfo {
     this.globalLocName = globalLocName;
   }
 
-  public String getReturnLocName() {
-    return returnLocName;
-  }
-
-  public void setReturnLocName(String returnLocName) {
-    this.returnLocName = returnLocName;
-  }
-
   public String getThisLocName() {
     return thisLocName;
   }