aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-filepath_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest-filepath_test.cc')
-rw-r--r--test/gtest-filepath_test.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/gtest-filepath_test.cc b/test/gtest-filepath_test.cc
index de8ad01e..d87c7c8c 100644
--- a/test/gtest-filepath_test.cc
+++ b/test/gtest-filepath_test.cc
@@ -83,12 +83,6 @@ int _rmdir(const char* path) {
return ret;
}
-#elif defined(GTEST_LINUX_GOOGLE3_MODE)
-// Creates a temporary directory and returns its path.
-const char* MakeTempDir() {
- static char dir_name[] = "gtest-filepath_test_tmpXXXXXX";
- return mkdtemp(dir_name);
-}
#endif // _WIN32_WCE
#ifndef _WIN32_WCE