aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-07 16:03:50 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-07 16:03:50 +0000
commit59dbe60bacea2f48d1d699d4ca8f1f1e5668d181 (patch)
tree6b8bcbc87909d9300d3adf108a611edd53edef49 /src/rps
parent9c0dec8bce397118572dd4392b9801d519880cef (diff)
downloadgnunet-59dbe60bacea2f48d1d699d4ca8f1f1e5668d181.tar.gz
gnunet-59dbe60bacea2f48d1d699d4ca8f1f1e5668d181.zip
fixed compiler warning
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps_sampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index 66a9ec4e9..a94ce03b6 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -151,7 +151,7 @@ static size_t max_size;
151/** 151/**
152 * The size the extended sampler elements currently have. 152 * The size the extended sampler elements currently have.
153 */ 153 */
154static size_t extra_size; 154//static size_t extra_size;
155 155
156/** 156/**
157 * Inedex to the sampler element that is the next to be returned 157 * Inedex to the sampler element that is the next to be returned