aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2015-07-24 20:43:09 +0000
committerkosak <kosak@google.com>2015-07-24 20:43:09 +0000
commitf972f1680aa5de3230dac197b223336f30210f69 (patch)
treebffd331e4e50b3c299f8d5666dbe34d032ffd9d0 /include/gtest/internal/gtest-internal.h
parent40bba6c9ec1a258ff450a99d7f6b8e8a1f9fee73 (diff)
downloadgoogletest-f972f1680aa5de3230dac197b223336f30210f69.tar.gz
googletest-f972f1680aa5de3230dac197b223336f30210f69.tar.bz2
googletest-f972f1680aa5de3230dac197b223336f30210f69.zip
Inject GetArgvs() with a macro from custom/gtest-port.h.
Diffstat (limited to 'include/gtest/internal/gtest-internal.h')
-rw-r--r--include/gtest/internal/gtest-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h
index ee2dc4a1..ebd1cf61 100644
--- a/include/gtest/internal/gtest-internal.h
+++ b/include/gtest/internal/gtest-internal.h
@@ -100,9 +100,6 @@ class ScopedTrace; // Implements scoped trace.
class TestInfoImpl; // Opaque implementation of TestInfo
class UnitTestImpl; // Opaque implementation of UnitTest
-// How many times InitGoogleTest() has been called.
-GTEST_API_ extern int g_init_gtest_count;
-
// The text used in failure messages to indicate the start of the
// stack trace.
GTEST_API_ extern const char kStackTraceMarker[];