summaryrefslogtreecommitdiff
path: root/tools/clang-format/ClangFormat.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-09-30 17:30:41 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-09-30 17:30:41 +0000
commitc6801d3bb7eb414d0c990e8542c7c22ff33ff5f2 (patch)
tree05a2a34f7fa2d607281f07674be547ce77ae7adb /tools/clang-format/ClangFormat.cpp
parent8c8bbade37581bb78c1233d7194cc00ee11d29a0 (diff)
downloadclang-c6801d3bb7eb414d0c990e8542c7c22ff33ff5f2.tar.gz
clang-c6801d3bb7eb414d0c990e8542c7c22ff33ff5f2.tar.bz2
clang-c6801d3bb7eb414d0c990e8542c7c22ff33ff5f2.tar.xz
Remove unused variable introduced in 191666
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-format/ClangFormat.cpp')
-rw-r--r--tools/clang-format/ClangFormat.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/clang-format/ClangFormat.cpp b/tools/clang-format/ClangFormat.cpp
index 9334bb5e8e..e08aa2d5b8 100644
--- a/tools/clang-format/ClangFormat.cpp
+++ b/tools/clang-format/ClangFormat.cpp
@@ -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