From e96ca782da16c7724ccb6ca458a7c121ccdc36b9 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Fri, 13 Jan 2012 17:23:47 +0000 Subject: [PATCH] IOQ3 commit 2207 --- reaction/code/qcommon/net_ip.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reaction/code/qcommon/net_ip.c b/reaction/code/qcommon/net_ip.c index f4cb9208..4a0960bb 100644 --- a/reaction/code/qcommon/net_ip.c +++ b/reaction/code/qcommon/net_ip.c @@ -520,20 +520,12 @@ NET_GetPacket Receive one packet ================== */ -#ifdef _DEBUG -int recvfromCount; -#endif - qboolean NET_GetPacket(netadr_t *net_from, msg_t *net_message, fd_set *fdr) { int ret; struct sockaddr_storage from; socklen_t fromlen; int err; - -#ifdef _DEBUG - recvfromCount++; // performance check -#endif if(ip_socket != INVALID_SOCKET && FD_ISSET(ip_socket, fdr)) {