Index: clang-tools-extra/trunk/unittests/clang-doc/HTMLGeneratorTest.cpp =================================================================== --- clang-tools-extra/trunk/unittests/clang-doc/HTMLGeneratorTest.cpp +++ clang-tools-extra/trunk/unittests/clang-doc/HTMLGeneratorTest.cpp @@ -171,10 +171,6 @@ ClangDocContext CDCtx = getClangDocContext(); auto Err = G->generateDocForInfo(&I, Actual, CDCtx); assert(!Err); - SmallString<16> PathToFloat; - llvm::sys::path::native("path/to/float.html", PathToFloat); - SmallString<16> PathToInt; - llvm::sys::path::native("path/to/int.html", PathToInt); std::string Expected = R"raw(