aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1997-06-18 02:25:37 +0000
committerMike Stump <mrs@gcc.gnu.org>1997-06-18 02:25:37 +0000
commit6633d6367f902b576a96132ba6a9a53368db66ba (patch)
tree152e0eb4f4c266090db073465be889164cf6feb5 /gcc/cp/lex.c
parent59ba1a3a6014045a93643db0ab65c10d3692947d (diff)
downloadgcc-6633d6367f902b576a96132ba6a9a53368db66ba.zip
gcc-6633d6367f902b576a96132ba6a9a53368db66ba.tar.gz
gcc-6633d6367f902b576a96132ba6a9a53368db66ba.tar.bz2
91th Cygnus<->FSF quick merge
From-SVN: r14253
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r--gcc/cp/lex.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index 39f41cb..acb00b0 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.c
@@ -3005,14 +3005,6 @@ real_yylex ()
token_buffer[0] = '^';
token_buffer[1] = 0;
}
- else if (ptr->token == NAMESPACE)
- {
- static int warned;
- if (! warned)
- warning ("namespaces are mostly broken in this version of g++");
-
- warned = 1;
- }
value = (int) ptr->token;
}