diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index ca7360f..745d7ba 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -3019,9 +3019,6 @@ language_to_string (enum languages c) case lang_cplusplus: return "C++"; - case lang_java: - return "Java"; - default: gcc_unreachable (); } |