From 93bb498a6b05f94f1659ec64469d2aef43a1d477 Mon Sep 17 00:00:00 2001 From: Philipp Tölke Date: Wed, 15 Jun 2011 07:15:35 +0000 Subject: remove unused variable --- src/vpn/gnunet-daemon-exit.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vpn/gnunet-daemon-exit.c') diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index 82f9624e4..87b795edd 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -467,7 +467,6 @@ read_service_conf (void *cls, const char *section, const char *option, char *redirect; char *hostname; char *hostport; - GNUNET_HashCode hash; uint16_t *desc = alloca (sizeof (GNUNET_HashCode) + 2); GNUNET_CRYPTO_hash (section, strlen (section) + 1, (GNUNET_HashCode *) (desc + 1)); @@ -554,10 +553,6 @@ read_service_conf (void *cls, const char *section, const char *option, GNUNET_assert (0); } serv->remote_port = atoi (hostport); - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Store with key1 %x\n", - *((unsigned long long *) (desc + 1))); - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Store with key2 %x\n", - *((unsigned long long *) &hash)); if (UDP == proto) GNUNET_assert (GNUNET_OK == GNUNET_CONTAINER_multihashmap_put (udp_services, -- cgit v1.2.3