Added a new PHP Parser Preference Page (global and on project level)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / problem / ProblemHandler.java
index 5e90834..b0f6fef 100644 (file)
@@ -51,10 +51,6 @@ public ProblemHandler(IErrorHandlingPolicy policy, CompilerOptions options, IPro
  *             Error | Warning | Ignore
  */
 public int computeSeverity(int problemId){
-       if (problemId==IProblem.PHPParsingWarning ||
-           problemId==IProblem.PHPVarDeprecatedWarning) {
-         return Warning;
-       }
        return Error; // by default all problems are errors
 }
 public IProblem createProblem(