aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-09-20 14:32:57 -0400
committerGitHub <noreply@github.com>2017-09-20 14:32:57 -0400
commit43863938377a9ea1399c0596269e0890b5c5515a (patch)
tree2835c2b1cd44741fa3fe1dc50a5450e2c95119dd
parentdeace2546ef4ff8f3e6349ec4f26d414753818c3 (diff)
parentd4af64ca13173c76f6da1aa32dcda7dd3abeb522 (diff)
downloadgoogletest-43863938377a9ea1399c0596269e0890b5c5515a.tar.gz
googletest-43863938377a9ea1399c0596269e0890b5c5515a.tar.bz2
googletest-43863938377a9ea1399c0596269e0890b5c5515a.zip
Merge pull request #1265 from bkircher/redundant-decl
Remove redundant declaration
-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 643beff9..12bdb4c3 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_