From 0710361ed4f78f4484465114e436cc0d3eb5a7f9 Mon Sep 17 00:00:00 2001 From: Latysheva Alexandra <35174583+alexelex@users.noreply.github.com> Date: Fri, 30 Oct 2020 20:41:26 +0600 Subject: [PATCH] update helper --- oss-internship-2020/libtiff/test/helper.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/oss-internship-2020/libtiff/test/helper.cc b/oss-internship-2020/libtiff/test/helper.cc index dd721dd..e898b15 100644 --- a/oss-internship-2020/libtiff/test/helper.cc +++ b/oss-internship-2020/libtiff/test/helper.cc @@ -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); }