diff options
Diffstat (limited to 'gcc/cp/decl2.c')
| -rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index a66bb95b481..c73cec3ac72 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -573,8 +573,6 @@ lang_decode_option (argc, argv) if (!strcmp (p, "-ftraditional") || !strcmp (p, "-traditional")) /* ignore */; - else if (!strcmp (p, "-lang-c++")) - /* ignore - cpplib needs to see this */; else if (p[0] == '-' && p[1] == 'f') { /* Some kind of -f option. |

