dovecot-2.2: Removed unused code.

dovecot at dovecot.org dovecot at dovecot.org
Tue Apr 15 15:20:49 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/ac26bb157938
changeset: 17211:ac26bb157938
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Apr 15 16:37:26 2014 +0200
description:
Removed unused code.

diffstat:

 src/lib/primes.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 3a6b64bff7ea -r ac26bb157938 src/lib/primes.c
--- a/src/lib/primes.c	Tue Apr 15 15:21:37 2014 +0200
+++ b/src/lib/primes.c	Tue Apr 15 16:37:26 2014 +0200
@@ -36,8 +36,6 @@
 	4294967291U /* previous from 2^32 */
 };
 
-static const unsigned int primes_count = N_ELEMENTS(primes);
-
 unsigned int primes_closest(unsigned int num)
 {
 	unsigned int i;


More information about the dovecot-cvs mailing list