From: Chris Lattner Date: Fri, 18 Apr 2003 23:38:09 +0000 (+0000) Subject: Eliminate some compatibility stuff no longer needed :P X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e1c8153d6341957c9b5fb6d9876a850281cffacc;p=oota-llvm.git Eliminate some compatibility stuff no longer needed :P git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5812 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp index bd266f02643..b5a980b2ed4 100644 --- a/tools/gccas/gccas.cpp +++ b/tools/gccas/gccas.cpp @@ -40,13 +40,6 @@ namespace { cl::opt Verify("verify", cl::desc("Verify each pass result")); - - - cl::opt // Be compatible with what GCC expects - QOption("Q", cl::desc("Compatibility option (ignored)"), - cl::Hidden, cl::Prefix); - cl::opt - PrintVersion("V", cl::desc("Print GCCAS version number"), cl::Hidden); } @@ -149,9 +142,6 @@ int main(int argc, char **argv) { return 1; } - if (PrintVersion) /* For GNU compatibility */ - std::cerr << "LLVM GCCAS version xx\n" << std::flush; - // In addition to just parsing the input from GCC, we also want to spiff it up // a little bit. Do this now. //