Skip to content

Commit

Permalink
Remove windows debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricnewton committed Sep 6, 2013
1 parent 7485b09 commit a601b3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ int main (void)
for (count = 0; count < 1000; count++) {
handle [count] = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);
if (handle [count] == -1) {
int err = ::WSAGetLastError();
printf ("W: Only able to create %d sockets on this box\n", count);
printf ("I: Tune your system to increase maximum allowed file handles\n");
#if defined (ZMQ_HAVE_OSX)
Expand Down

0 comments on commit a601b3f

Please sign in to comment.