]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove obsolete STATS_VERSION
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Feb 2010 18:30:05 +0000 (19:30 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Feb 2010 18:30:05 +0000 (19:30 +0100)
stats.c

diff --git a/stats.c b/stats.c
index 5201f1a0394ec1fd393c4e88969fb9dc62ce57f5..c8d32a32a1388103d507ade736a9c96996b663f2 100644 (file)
--- 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 */