summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zmq.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index c9fae28..2d2cf1b 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -58,10 +58,6 @@
#include <pgm/pgm.h>
#endif
-#if defined __GNUC__ && __GNUC__ >= 4 && !defined ZMQ_HAVE_WINDOWS
-#pragma GCC visibility push(default)
-#endif
-
void zmq_version (int *major_, int *minor_, int *patch_)
{
*major_ = ZMQ_VERSION_MAJOR;
@@ -722,8 +718,3 @@ unsigned long zmq_stopwatch_stop (void *watch_)
free (watch_);
return (unsigned long) (end - start);
}
-
-#if defined __GNUC__ && __GNUC__ >= 4 && !defined ZMQ_HAVE_WINDOWS
-#pragma GCC visibility pop
-#endif
-