forked from OSchip/llvm-project
Remove unused variable introduced in 191666
llvm-svn: 191682
This commit is contained in:
parent
f4e0b1047a
commit
8b03ef8388
|
@ -27,9 +27,6 @@
|
|||
|
||||
using namespace llvm;
|
||||
|
||||
// Fallback style when no style specified or found in a .clang-format file.
|
||||
static const char FallbackStyle[] = "LLVM";
|
||||
|
||||
static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
|
||||
|
||||
// Mark all our options with this category, everything else (except for -version
|
||||
|
|
Loading…
Reference in New Issue