aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang-options.h
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>2001-01-18 03:07:01 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2001-01-17 19:07:01 -0800
commitb1117741f1cb3690e04fd39175efaee1f30cace3 (patch)
treede405ca21842c0427733a90ceb46c06fff45bdad /gcc/java/lang-options.h
parentacf8f04b16f78920602d68e8c1eb1699d6a79d0e (diff)
downloadgcc-b1117741f1cb3690e04fd39175efaee1f30cace3.zip
gcc-b1117741f1cb3690e04fd39175efaee1f30cace3.tar.gz
gcc-b1117741f1cb3690e04fd39175efaee1f30cace3.tar.bz2
lang-options.h (-Wunsupported-jdk11): Removed.
2001-01-17 Alexandre Petit-Bianco <apbianco@cygnus.com> * lang-options.h (-Wunsupported-jdk11): Removed. * lang.c (flag_not_overriding): Deleted. (flag_static_local_jdk1_1): Likewise. (lang_W_options): Removed "unsupported-jdk11" entry. * parse.y (java_check_methods): Removed dead code. (http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01479.html) From-SVN: r39107
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r--gcc/java/lang-options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h
index 9717dbd..ce6289c 100644
--- a/gcc/java/lang-options.h
+++ b/gcc/java/lang-options.h
@@ -46,6 +46,5 @@ DEFINE_LANG_NAME ("Java")
{ "-fno-use-divide-subroutine", "Use built-in instructions for division" },
{ "-Wredundant-modifiers",
"Warn if modifiers are specified when not necessary"},
- { "-Wunsupported-jdk11", "Warn if `final' local variables are specified"},
{ "-Wextraneous-semicolon", "Warn if deprecated empty statements are found"},
{ "-Wout-of-date", "Warn if .class files are out of date" },