Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / ReconcileWorkingCopyOperation.java
index 409c229..95eeb1e 100644 (file)
@@ -34,11 +34,11 @@ public class ReconcileWorkingCopyOperation extends JavaModelOperation {
 
        // net.sourceforge.phpdt.core.dom.CompilationUnit ast;
 
-       public ReconcileWorkingCopyOperation(IJavaElement workingCopy,
-                       boolean forceProblemDetection) {
-               super(new IJavaElement[] { workingCopy });
-               this.forceProblemDetection = forceProblemDetection;
-       }
+//     public ReconcileWorkingCopyOperation(IJavaElement workingCopy,
+//                     boolean forceProblemDetection) {
+//             super(new IJavaElement[] { workingCopy });
+//             this.forceProblemDetection = forceProblemDetection;
+//     }
 
        public ReconcileWorkingCopyOperation(IJavaElement workingCopy,
                        boolean creatAST, int astLevel, boolean forceProblemDetection,