Commit 368eb771 authored by Eric Christopher's avatar Eric Christopher
Browse files

Fix a -Wunused-variable warning.

parent 66b40958
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,8 +27,7 @@ std::string lldb_private::GetInputFilePath(const llvm::Twine &name) {
}

llvm::Expected<TestFile> TestFile::fromYaml(llvm::StringRef Yaml) {
  const auto *Info = testing::UnitTest::GetInstance()->current_test_info();
  assert(Info);
  assert(testing::UnitTest::GetInstance()->current_test_info());

  std::string Buffer;
  llvm::raw_string_ostream OS(Buffer);