aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-14 15:49:14 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-14 15:49:14 +0000
commitc01958b4a9881c90d79b285513c90f901a26fed1 (patch)
treeb41f884ce40a0cc0e4513df5f4e9fd567e0d802e /src
parent6c633f3957fa05a3ad7003892c04fb9923ad7e39 (diff)
downloadgnunet-c01958b4a9881c90d79b285513c90f901a26fed1.tar.gz
gnunet-c01958b4a9881c90d79b285513c90f901a26fed1.zip
- remove unused constant: test based on time, not messages
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_profiler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesh/mesh_profiler.c b/src/mesh/mesh_profiler.c
index 418d087f4..5dd45d7f8 100644
--- a/src/mesh/mesh_profiler.c
+++ b/src/mesh/mesh_profiler.c
@@ -30,11 +30,6 @@
30 30
31 31
32/** 32/**
33 * How namy messages to send
34 */
35#define TOTAL_PACKETS 1000
36
37/**
38 * How namy peers to run 33 * How namy peers to run
39 */ 34 */
40#define TOTAL_PEERS 1000 35#define TOTAL_PEERS 1000