diff options
Diffstat (limited to 'bolt/lib/Utils/CommandLineOpts.cpp')
-rw-r--r-- | bolt/lib/Utils/CommandLineOpts.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bolt/lib/Utils/CommandLineOpts.cpp b/bolt/lib/Utils/CommandLineOpts.cpp index cdf75ac..7f968aa 100644 --- a/bolt/lib/Utils/CommandLineOpts.cpp +++ b/bolt/lib/Utils/CommandLineOpts.cpp @@ -77,7 +77,6 @@ EnableBAT("enable-bat", cl::cat(BoltCategory)); cl::opt<bool> RemoveSymtab("remove-symtab", cl::desc("Remove .symtab section"), - cl::init(false), cl::ZeroOrMore, cl::cat(BoltCategory)); cl::opt<unsigned> |