r191682 - Remove unused variable introduced in 191666

David Blaikie dblaikie at gmail.com
Mon Sep 30 10:30:41 PDT 2013


Author: dblaikie
Date: Mon Sep 30 12:30:41 2013
New Revision: 191682

URL: http://llvm.org/viewvc/llvm-project?rev=191682&view=rev
Log:
Remove unused variable introduced in 191666

Modified:
    cfe/trunk/tools/clang-format/ClangFormat.cpp

Modified: cfe/trunk/tools/clang-format/ClangFormat.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/ClangFormat.cpp?rev=191682&r1=191681&r2=191682&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/ClangFormat.cpp (original)
+++ cfe/trunk/tools/clang-format/ClangFormat.cpp Mon Sep 30 12:30:41 2013
@@ -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





More information about the cfe-commits mailing list