From: Joel Rosdahl Date: Sun, 21 Feb 2010 18:30:05 +0000 (+0100) Subject: Remove obsolete STATS_VERSION X-Git-Tag: v3.0pre0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cd56fdeb5850bc6e5d577c01072aced3ddfe76;p=thirdparty%2Fccache.git Remove obsolete STATS_VERSION --- diff --git a/stats.c b/stats.c index 5201f1a03..c8d32a32a 100644 --- a/stats.c +++ b/stats.c @@ -33,8 +33,6 @@ extern char *stats_file; extern char *cache_dir; -#define STATS_VERSION 1 - #define FLAG_NOZERO 1 /* don't zero with the -z option */ #define FLAG_ALWAYS 2 /* always show, even if zero */