the repository which powers this website
ui-stats.c: Remove unused macro
Signed-off-by: Lukas Fleischer <[email protected]>
Lukas Fleischer 2014-01-08
parent f7db9b5 · commit e21da6c
-rw-r--r--ui-stats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 28b794fd..84b247c9 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -9,8 +9,6 @@
#define SZ_FMT "%zu"
#endif
-#define MONTHS 6
-
struct authorstat {
long total;
struct string_list list;