diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-07-20 16:36:45 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-20 16:36:45 -0600 |
commit | 254fcdd2fe59a8a44cc32e9c0262f47de3fd0d6a (patch) | |
tree | 099276b0dfaba445d039a4ed1ee8710f718b4fdf /gcc/cpplib.c | |
parent | e4f5c5d63042ff9b54511a71707fe3fe5be133cb (diff) | |
download | gcc-254fcdd2fe59a8a44cc32e9c0262f47de3fd0d6a.zip gcc-254fcdd2fe59a8a44cc32e9c0262f47de3fd0d6a.tar.gz gcc-254fcdd2fe59a8a44cc32e9c0262f47de3fd0d6a.tar.bz2 |
Remove accidental checkin.
From-SVN: r21309
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index c988097..5b10349 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -6242,10 +6242,6 @@ print_help () { printf ("Usage: %s [switches] input output\n", progname); printf ("Switches:\n"); - /* start-sanitize-obscured-headers */ - printf (" -fgenobscured=<args> Generate obscured versions of header files used\n"); - printf (" -fuseobscured=<args> Search for obscured versions of header files\n"); - /* end-sanitize-obscured-headers */ printf (" -include <file> Include the contents of <file> before other files\n"); printf (" -imacros <file> Accept definition of marcos in <file>\n"); printf (" -iprefix <path> Specify <path> as a prefix for next two options\n"); |