summaryrefslogtreecommitdiff
path: root/snappy-stubs-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'snappy-stubs-internal.h')
-rw-r--r--snappy-stubs-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/snappy-stubs-internal.h b/snappy-stubs-internal.h
index 405d9c1..f818970 100644
--- a/snappy-stubs-internal.h
+++ b/snappy-stubs-internal.h
@@ -59,10 +59,6 @@
#define MAP_ANONYMOUS MAP_ANON
#endif
-// Pull in std::min, std::ostream, and the likes. This is safe because this
-// header file is never used from any public header files.
-using namespace std;
-
// The size of an array, if known at compile-time.
// Will give unexpected results if used on a pointer.
// We undefine it first, since some compilers already have a definition.