aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui-stats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 28b794f..84b247c 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -9,8 +9,6 @@
9#define SZ_FMT "%zu" 9#define SZ_FMT "%zu"
10#endif 10#endif
11 11
12#define MONTHS 6
13
14struct authorstat { 12struct authorstat {
15 long total; 13 long total;
16 struct string_list list; 14 struct string_list list;