summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-09-23 20:51:27 (GMT)
committerGitHub <noreply@github.com>2017-09-23 20:51:27 (GMT)
commit89f45180e02cf04b2b044ffc19f5ca8f599fb438 (patch)
treea3aec7458e35fcc3d7dddecd2fbb1c592baa7b3a /googletest/include/gtest/internal/gtest-port.h
parentcf512a099cd59a05ff981db778d08ab3cf143969 (diff)
parentbfc0ffc8a698072c794ae7299db9cb6866f4c0bc (diff)
downloadgoogletest-89f45180e02cf04b2b044ffc19f5ca8f599fb438.zip
googletest-89f45180e02cf04b2b044ffc19f5ca8f599fb438.tar.gz
googletest-89f45180e02cf04b2b044ffc19f5ca8f599fb438.tar.bz2
Merge branch 'master' into masterrefs/pull/1249/head
Diffstat (limited to 'googletest/include/gtest/internal/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index 643beff..12bdb4c 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/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_