]> granicus.if.org Git - clang/commitdiff
Remove unused variable introduced in 191666
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 30 Sep 2013 17:30:41 +0000 (17:30 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 30 Sep 2013 17:30:41 +0000 (17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191682 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/ClangFormat.cpp

index 9334bb5e8ed69f20267e5419f243d9a17b367825..e08aa2d5b8d63d097f2ea4b2e8aee4ef303ea448 100644 (file)
@@ -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