mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed unused code
This commit is contained in:
11
Fwk/VizFwk/ThirdParty/gtest/cvftestUtils.h
vendored
11
Fwk/VizFwk/ThirdParty/gtest/cvftestUtils.h
vendored
@@ -39,17 +39,6 @@ private:
|
||||
return std::string();
|
||||
}
|
||||
}
|
||||
|
||||
static std::string getMyExecutablePath()
|
||||
{
|
||||
#ifdef WIN32
|
||||
std::string exe = std::string(testing::internal::GetArgvs()[0]);
|
||||
#else
|
||||
std::string dir = std::string(testing::internal::FilePath::GetCurrentDir().ToString());
|
||||
std::string exe = dir + std::string("/") + std::string(testing::internal::GetArgvs()[0]);
|
||||
#endif
|
||||
return exe;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user