Merge pull request #1265 from bkircher/redundant-decl

Remove redundant declaration
pull/1271/head
Gennadiy Civil 7 years ago committed by GitHub
commit 4386393837
  1. 4
      googletest/include/gtest/internal/gtest-port.h

@ -2591,10 +2591,6 @@ std::string StringFromGTestEnv(const char* flag, const char* default_val);
} // namespace internal
// Returns a path to temporary directory.
// Tries to determine an appropriate directory for the platform.
GTEST_API_ std::string TempDir();
} // namespace testing
#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_

Loading…
Cancel
Save