Author: Lukas Fleischer <cgit@cryptocrack.de>
ui-stats.c: Remove unused macro Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
ui-stats.c | 2 --
diff --git a/ui-stats.c b/ui-stats.c index 28b794fd3a1354dd0175047e696a0cd7ca11ad39..84b247c9a9c94a518483d5f0a66bdf114d8f7e85 100644 --- a/ui-stats.c +++ b/ui-stats.c @@ -9,8 +9,6 @@ #else #define SZ_FMT "%zu" #endif -#define MONTHS 6 - struct authorstat { long total; struct string_list list;