update helper

pull/56/head
Latysheva Alexandra 2020-10-30 20:41:26 +06:00 committed by GitHub
parent 219da51823
commit 0710361ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
std::string GetSourcePath() { return getenv("TEST_SRCDIR"); }
std::string GetFilePath(absl::string_view filename) {
std::string src = GetSourcePath();
return GetFilePath(GetSourcePath(), filename);
}