From 303a29a89c966d48ee349fc1a350777d981bd683 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 10 Jan 2014 15:55:29 +0000 Subject: cleanups to fix new clang warnings --- content/dirlist.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'content') diff --git a/content/dirlist.c b/content/dirlist.c index 433e21026..0c0e2aee2 100644 --- a/content/dirlist.c +++ b/content/dirlist.c @@ -27,8 +27,6 @@ #include "content/dirlist.h" #include "utils/messages.h" -static const char footer[] = "\n\n\n"; - static int dirlist_filesize_calculate(unsigned long *bytesize); static int dirlist_filesize_value(unsigned long bytesize); static char* dirlist_filesize_unit(unsigned long bytesize); -- cgit v1.2.3