don't need to do pointer analysis in Main
[IRC.git] / Robust / src / Main / Main.java
index f8570beeb6f6c625e38634d6ae94bdd7a3749b94..f0f7ab1dfc5ed89a3135ffc64cc9ab5c94e7d1a2 100644 (file)
@@ -454,11 +454,6 @@ public class Main {
        }
       }
     }
-    if (state.POINTER) {
-      Pointer pointgraph=new Pointer(state, tu);
-      pointgraph.doAnalysis();
-    }
-
 
     if (state.OPTIMIZE) {
       CallGraph callgraph=new CallGraph(state);