aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-30 14:19:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-30 14:19:23 +0000
commitf85265bc3814df31f2a3487252b9a0ffa4c86ac3 (patch)
tree0791dd31c64fcd7a9ac02a8a96bc9abe6f373a7c
parent36c0c77784da93f5bb5b5787cdbfcc71506fb39e (diff)
downloadgnunet-f85265bc3814df31f2a3487252b9a0ffa4c86ac3.tar.gz
gnunet-f85265bc3814df31f2a3487252b9a0ffa4c86ac3.zip
clean up unused vars
-rw-r--r--src/ats/libgnunet_plugin_ats_mlp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ats/libgnunet_plugin_ats_mlp.h b/src/ats/libgnunet_plugin_ats_mlp.h
index b113e3ec3..9c9d74d75 100644
--- a/src/ats/libgnunet_plugin_ats_mlp.h
+++ b/src/ats/libgnunet_plugin_ats_mlp.h
@@ -58,10 +58,6 @@
58 58
59struct MLP_Solution 59struct MLP_Solution
60{ 60{
61 struct GNUNET_TIME_Relative build_dur;
62 struct GNUNET_TIME_Relative lp_dur;
63 struct GNUNET_TIME_Relative mip_dur;
64
65 int lp_res; 61 int lp_res;
66 int lp_presolv; 62 int lp_presolv;
67 int mip_res; 63 int mip_res;