Index: compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java,v retrieving revision 1.134 diff -u -r1.134 CompilerOptions.java --- compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 27 May 2005 20:50:26 -0000 1.134 +++ compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 3 Jun 2005 13:57:38 -0000 @@ -892,8 +892,6 @@ return "syntheticAccess"; //$NON-NLS-1$ case (int) NonExternalizedString : return "nls"; //$NON-NLS-1$ - case (int) AssertUsedAsAnIdentifier : - return "assertIdentifier"; //$NON-NLS-1$ case (int) UnusedImport : return "unusedImport"; //$NON-NLS-1$ case (int) NonStaticAccessToStatic : @@ -975,8 +973,6 @@ case 'a' : if ("all".equals(warningToken)) //$NON-NLS-1$ return 0xFFFFFFFFFFFFFFFFl; // suppress all warnings - if ("assertIdentifier".equals(warningToken)) //$NON-NLS-1$ - return AssertUsedAsAnIdentifier; break; case 'b' : if ("boxing".equals(warningToken)) //$NON-NLS-1$