summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-03 21:57:05 (GMT)
committerGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-03 21:57:05 (GMT)
commit1c09831acc69d6d77af5d5aa45feee6f52dc1a76 (patch)
tree9ca7302a0b5708d899f3d29bb2b3be61a955347b /googletest/src/gtest-internal-inl.h
parentba6ecedede74521490f36b6aea08f91fdad6d201 (diff)
downloadgoogletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.zip
googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.tar.gz
googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.tar.bz2
upstreaming cl 124976692
Diffstat (limited to 'googletest/src/gtest-internal-inl.h')
-rw-r--r--googletest/src/gtest-internal-inl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/googletest/src/gtest-internal-inl.h b/googletest/src/gtest-internal-inl.h
index 1437293..5ec0af9 100644
--- a/googletest/src/gtest-internal-inl.h
+++ b/googletest/src/gtest-internal-inl.h
@@ -37,14 +37,6 @@
#ifndef GTEST_SRC_GTEST_INTERNAL_INL_H_
#define GTEST_SRC_GTEST_INTERNAL_INL_H_
-// GTEST_IMPLEMENTATION_ is defined to 1 iff the current translation unit is
-// part of Google Test's implementation; otherwise it's undefined.
-#if !GTEST_IMPLEMENTATION_
-// If this file is included from the user's code, just say no.
-# error "gtest-internal-inl.h is part of Google Test's internal implementation."
-# error "It must not be included except by Google Test itself."
-#endif // GTEST_IMPLEMENTATION_
-
#ifndef _WIN32_WCE
# include <errno.h>
#endif // !_WIN32_WCE