From 1e4241cad7c7cde057a640029cb4de47cb7307c4 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 26 Aug 2019 20:51:23 +0000 Subject: [PATCH] Remove unused variables. llvm-svn: 369965 --- clang/unittests/Tooling/CompilationDatabaseTest.cpp | 2 -- 1 file changed, 2 deletions(-) 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"}, -- 2.34.1