(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 15 Apr 2011 07:40:34 +0000 (07:40 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 15 Apr 2011 07:40:34 +0000 (07:40 +0000)
src/transport/gnunet-service-transport.c

index 474cfe2e238c5ae0397fe6470971d7cd96ee8621..a74ea114e3dbcf56ca5cb4853d8d738290387a5d 100644 (file)
@@ -6771,7 +6771,6 @@ static void
 ats_calculate_bandwidth_distribution ()
 {
 #if HAVE_LIBGLPK
-#endif
        struct GNUNET_TIME_Absolute start;
        struct GNUNET_TIME_Relative creation;
        struct GNUNET_TIME_Relative solving;
@@ -6858,6 +6857,7 @@ ats_calculate_bandwidth_distribution ()
        ats->modified_addr = GNUNET_NO;
        ats->modified_resources = GNUNET_NO;
        ats->modified_quality = GNUNET_NO;
+#endif
 }