mirror of
https://github.com/google/googletest.git
synced 2024-12-27 18:31:21 +08:00
Merge pull request #1265 from bkircher/redundant-decl
Remove redundant declaration
This commit is contained in:
commit
4386393837
@ -2591,10 +2591,6 @@ std::string StringFromGTestEnv(const char* flag, const char* default_val);
|
|||||||
|
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
|
||||||
// Returns a path to temporary directory.
|
|
||||||
// Tries to determine an appropriate directory for the platform.
|
|
||||||
GTEST_API_ std::string TempDir();
|
|
||||||
|
|
||||||
} // namespace testing
|
} // namespace testing
|
||||||
|
|
||||||
#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
|
#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user