From: Lei Xia Date: Wed, 4 Feb 2009 00:03:01 +0000 (-0600) Subject: Remove the test code X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=413abe8daa6db12345b9229976457c2c03412f4f;p=palacios.git Remove the test code --- diff --git a/palacios/src/palacios/vmm_socket.c b/palacios/src/palacios/vmm_socket.c index ee5bc92..57ee546 100644 --- a/palacios/src/palacios/vmm_socket.c +++ b/palacios/src/palacios/vmm_socket.c @@ -27,7 +27,7 @@ struct v3_socket_hooks * sock_hooks = 0; -static int v3_socket_api_test(void); +//static int v3_socket_api_test(void); void V3_Init_Sockets(struct v3_socket_hooks * hooks) { @@ -36,7 +36,7 @@ void V3_Init_Sockets(struct v3_socket_hooks * hooks) { PrintDebug("V3 sockets inited\n"); - v3_socket_api_test(); + //v3_socket_api_test(); return; } @@ -118,7 +118,7 @@ void v3_zero_sockset(struct v3_sock_set * sock_set) { } } -#if 1 +#if 0 static int v3_socket_api_test(void) {