diff options
author | kosak <kosak@google.com> | 2015-07-24 20:43:09 +0000 |
---|---|---|
committer | kosak <kosak@google.com> | 2015-07-24 20:43:09 +0000 |
commit | f972f1680aa5de3230dac197b223336f30210f69 (patch) | |
tree | bffd331e4e50b3c299f8d5666dbe34d032ffd9d0 /include/gtest/internal/gtest-internal.h | |
parent | 40bba6c9ec1a258ff450a99d7f6b8e8a1f9fee73 (diff) | |
download | googletest-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.h | 3 |
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[]; |