From: Benjamin Kramer Date: Mon, 26 Aug 2019 20:51:23 +0000 (+0000) Subject: Remove unused variables. X-Git-Tag: llvmorg-11-init~10835 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e4241cad7c7cde057a640029cb4de47cb7307c4;p=platform%2Fupstream%2Fllvm.git Remove unused variables. llvm-svn: 369965 --- diff --git a/clang/unittests/Tooling/CompilationDatabaseTest.cpp b/clang/unittests/Tooling/CompilationDatabaseTest.cpp index 6189071430be..87727fe7c907 100644 --- a/clang/unittests/Tooling/CompilationDatabaseTest.cpp +++ b/clang/unittests/Tooling/CompilationDatabaseTest.cpp @@ -371,8 +371,6 @@ TEST(findCompileArgsInJsonDatabase, FindsEntry) { } TEST(findCompileArgsInJsonDatabase, ParsesCompilerWrappers) { - StringRef Directory("//net/dir"); - StringRef FileName("//net/dir/filename"); std::vector> Cases = { {"distcc gcc foo.c", "gcc foo.c"}, {"gomacc clang++ foo.c", "clang++ foo.c"},