Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
8561a55d
Commit
8561a55d
authored
Jan 20, 2011
by
Mikko Koppanen
Committed by
Martin Sustrik
Jan 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary visibility pragmas
Signed-off-by:
Mikko Koppanen
<
mkoppanen@php.net
>
parent
c91bf256
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
zmq.cpp
src/zmq.cpp
+0
-9
No files found.
src/zmq.cpp
View file @
8561a55d
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment