Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / SourceElementParser.java
index c120843..b0b8081 100644 (file)
@@ -1005,7 +1005,7 @@ public class SourceElementParser extends CommentRecorderParser {// extends
                        if (isInterface) {
                                if (isInRange) {
                                        int modifiers = typeDeclaration.modifiers;
-                                       boolean deprecated = false; // (modifiers & AccDeprecated)
+                                       //boolean deprecated = false; // (modifiers & AccDeprecated)
                                                                                                // != 0; //
                                        // remember deprecation so as to not lose
                                        // it below
@@ -1144,10 +1144,10 @@ public class SourceElementParser extends CommentRecorderParser {// extends
 
                try {
                        // diet = true;
-                       CompilationResult compilationUnitResult = new CompilationResult(
-                                       unit, 0, 0, 10); // this.options.maxProblemsPerUnit);
-                       CompilationUnitDeclaration parsedUnit = parse(unit,
-                                       compilationUnitResult, start, end);
+//                     CompilationResult compilationUnitResult = new CompilationResult(
+//                                     unit, 0, 0, 10); // this.options.maxProblemsPerUnit);
+//                     CompilationUnitDeclaration parsedUnit = parse(unit,
+//                                     compilationUnitResult, start, end);
                        // if (scanner.recordLineSeparator) {
                        // requestor.acceptLineSeparatorPositions(scanner.getLineEnds());
                        // }