From ac621d96d3139ca09eeebd509d6f6b92380f4f41 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 20 Aug 2013 14:47:32 -0400 Subject: Refactor of core done. --- core/net_crypto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core/net_crypto.c') diff --git a/core/net_crypto.c b/core/net_crypto.c index 2e63d2f1..e36a1666 100644 --- a/core/net_crypto.c +++ b/core/net_crypto.c @@ -706,7 +706,6 @@ Net_Crypto * new_net_crypto(Networking_Core * net) if (temp->lossless_udp == NULL) return NULL; memset(temp->incoming_connections, -1 , sizeof(int) * MAX_INCOMING); - temp_net_crypto = temp; //TODO remove return temp; } -- cgit v1.2.3