Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java
index 093d3a8ad3..10870eee09 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java
@@ -2105,12 +2105,4 @@ void setSourceStart(int sourceStart);
/** @since 3.17 BETA_JAVA_12 */
int SwitchExpressionMissingDefaultCase = Internal + 1607;
/** @since 3.17 BETA_JAVA_12 */
- int SwitchExpressionNotBelow12 = Internal + Syntax + 1608;
- /** @since 3.17 BETA_JAVA_12 */
- int SwitchCaseLabelWithArrowNotBelow12 = Internal + Syntax + 1609;
- /** @since 3.17 BETA_JAVA_12 */
- int SwitchExpressionPreviewDisabled = Internal + Syntax + 1610;
- /** @since 3.17 BETA_JAVA_12 */
- int SwitchCaseLabelWithArrowPreviewDisabled = Internal + Syntax + 1611;
-
}

Back to the top