diff options
| -rw-r--r-- | clang/unittests/Tooling/CompilationDatabaseTest.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/unittests/Tooling/CompilationDatabaseTest.cpp b/clang/unittests/Tooling/CompilationDatabaseTest.cpp index 6189071430b..87727fe7c90 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<std::pair<std::string, std::string>> Cases = {        {"distcc gcc foo.c", "gcc foo.c"},        {"gomacc clang++ foo.c", "clang++ foo.c"},  | 

