dce
authorChristian Grothoff <christian@grothoff.org>
Mon, 8 Mar 2010 18:40:13 +0000 (18:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 8 Mar 2010 18:40:13 +0000 (18:40 +0000)
src/core/gnunet-service-core.c

index 6e161e35a353cb3dae355bc152f53a8ba818f3d9..f63ccec887a4351ccdf65273574c9ea78c728607 100644 (file)
@@ -3331,7 +3331,6 @@ handle_transport_notify_connect (void *cls,
                                 unsigned int distance)
 {
   struct Neighbour *n;
-  struct GNUNET_TIME_Absolute now;
   struct ConnectNotifyMessage cnm;
 
   n = find_neighbour (peer);
@@ -3348,7 +3347,6 @@ handle_transport_notify_connect (void *cls,
     {
       n = create_neighbour (peer);
     }
-  now = GNUNET_TIME_absolute_get ();
   n->is_connected = GNUNET_YES;      
   n->last_latency = latency;
   n->last_distance = distance;