]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove unused declaration
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 14 Aug 2010 21:27:21 +0000 (23:27 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 14 Aug 2010 21:27:21 +0000 (23:27 +0200)
util.c

diff --git a/util.c b/util.c
index 08902d14fb3a3feb8f726d79c7e1bd46701bd51b..f445f881bd716f69384be56ccd66d2d2ee5e5482 100644 (file)
--- a/util.c
+++ b/util.c
@@ -133,7 +133,6 @@ void
 fatal(const char *format, ...)
 {
        va_list ap;
-       extern char *cache_logfile;
        char msg[1000];
 
        va_start(ap, format);