From f3545fccc3e68f53beb4e014a8f2951a7dc35057 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 18 Sep 2014 19:29:14 +0200 Subject: Remove some cleanup code left for backwards compatibility. --- sources/master/update.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sources') diff --git a/sources/master/update.sh b/sources/master/update.sh index 85c3ee7..12c3ad4 100755 --- a/sources/master/update.sh +++ b/sources/master/update.sh @@ -58,9 +58,5 @@ fi m4 --prefix-builtins -D __DIR__=$DIR history_update.sql | sqlite3 $HISTORY_DB -# Remove old *.lst files. This is only temporary and can be removed once -# everybody has the new version which doesn't create these files any more -rm -f frequent_tags.lst interesting_relation_types.lst interesting_tags.lst - echo "`$DATECMD` Done master." -- cgit v1.2.3