]> granicus.if.org Git - cgit/commitdiff
ui-stats.c: Remove unused macro
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 22 Nov 2013 08:50:17 +0000 (09:50 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 8 Jan 2014 13:59:38 +0000 (14:59 +0100)
Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
ui-stats.c

index 28b794fd3a1354dd0175047e696a0cd7ca11ad39..84b247c9a9c94a518483d5f0a66bdf114d8f7e85 100644 (file)
@@ -9,8 +9,6 @@
 #define SZ_FMT "%zu"
 #endif
 
-#define MONTHS 6
-
 struct authorstat {
        long total;
        struct string_list list;