aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest/include')
-rw-r--r--tests/gtest/include/gtest/internal/gtest-port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gtest/include/gtest/internal/gtest-port.h b/tests/gtest/include/gtest/internal/gtest-port.h
index fbf28cd4e..157b47f86 100644
--- a/tests/gtest/include/gtest/internal/gtest-port.h
+++ b/tests/gtest/include/gtest/internal/gtest-port.h
@@ -204,8 +204,6 @@
#define GTEST_NAME_ "Google Test"
#define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/"
-#define GTEST_HAS_TR1_TUPLE 0
-
// Determines the version of gcc that is used to compile this.
#ifdef __GNUC__
// 40302 means version 4.3.2.