From: David Blaikie Date: Mon, 30 Sep 2013 17:30:41 +0000 (+0000) Subject: Remove unused variable introduced in 191666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6801d3bb7eb414d0c990e8542c7c22ff33ff5f2;p=clang Remove unused variable introduced in 191666 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191682 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 Help("h", cl::desc("Alias for -help"), cl::Hidden); // Mark all our options with this category, everything else (except for -version