Author: grothoff Date: 2006-07-30 20:29:21 -0700 (Sun, 30 Jul 2006) New Revision: 3192
Modified: GNUnet/src/transports/nat.c Log: dead Modified: GNUnet/src/transports/nat.c =================================================================== --- GNUnet/src/transports/nat.c 2006-07-31 03:27:39 UTC (rev 3191) +++ GNUnet/src/transports/nat.c 2006-07-31 03:29:21 UTC (rev 3192) @@ -58,8 +58,6 @@ * @return OK on success, SYSERR on failure */ static int verifyHelo(const P2P_hello_MESSAGE * helo) { - const char * yesno[] = { "YES", "NO", NULL }; - const char * value; if ( (ntohs(helo->senderAddressSize) != sizeof(HostAddress)) || (ntohs(helo->header.size) != P2P_hello_MESSAGE_size(helo)) || (ntohs(helo->header.type) != p2p_PROTO_hello) ) { @@ -90,8 +88,6 @@ * @return hello on success, NULL on error */ static P2P_hello_MESSAGE * createhello() { - const char * yesno[] = { "YES", "NO", NULL }; - const char * value; P2P_hello_MESSAGE * msg; if (NO == GC_get_configuration_value_yesno(coreAPI->cfg, _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn