about summary refs log tree commit diff stats
path: root/ui-stats.c
diff options
context:
space:
mode:
authorLukas Fleischer2013-11-22 09:50:17 +0100
committerJason A. Donenfeld2014-01-08 14:59:38 +0100
commite21da6c2a6ffcd8b4a2b2b06cf7486f36f291a5b (patch)
tree0848993e4cf9ae1611efe2a006306414d6886cd1 /ui-stats.c
parentscan-tree.c: Remove unused macro (diff)
downloadcgit-e21da6c2a6ffcd8b4a2b2b06cf7486f36f291a5b.tar.gz
cgit-e21da6c2a6ffcd8b4a2b2b06cf7486f36f291a5b.zip
ui-stats.c: Remove unused macro
Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'ui-stats.c')
-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;