diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:43:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:43:25 +0000 |
commit | f27e5a4528bfd9f23b819664ccb9a5fe4febedda (patch) | |
tree | 2287f7e4275b3e6ebf2537cfd7e35c3ed8f89f6b | |
parent | 1805b87ab1cb23d3b436003c36b2888e59eee547 (diff) | |
download | gnunet-gtk-f27e5a4528bfd9f23b819664ccb9a5fe4febedda.tar.gz gnunet-gtk-f27e5a4528bfd9f23b819664ccb9a5fe4febedda.zip |
-dead code elimination
-rw-r--r-- | src/lib/eventloop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/eventloop.c b/src/lib/eventloop.c index 591f7928..7759714e 100644 --- a/src/lib/eventloop.c +++ b/src/lib/eventloop.c | |||
@@ -348,7 +348,6 @@ gnunet_gtk_select (void *cls, struct GNUNET_NETWORK_FDSet *rfds, | |||
348 | if (efds != NULL) | 348 | if (efds != NULL) |
349 | max_nfds = GNUNET_MAX (max_nfds, efds->nsds); | 349 | max_nfds = GNUNET_MAX (max_nfds, efds->nsds); |
350 | 350 | ||
351 | ml->cached_poll_array_size = ml->cached_poll_array_size; | ||
352 | if (ml->cached_poll_array_size == 0) | 351 | if (ml->cached_poll_array_size == 0) |
353 | resize_cached_poll_array (ml, INITIAL_POLL_ARRAY_SIZE); | 352 | resize_cached_poll_array (ml, INITIAL_POLL_ARRAY_SIZE); |
354 | 353 | ||