diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-18 19:29:14 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-18 19:29:14 +0200 |
commit | f3545fccc3e68f53beb4e014a8f2951a7dc35057 (patch) | |
tree | 868820f3742a69e64606ec0ccd72c69a74c3511f /sources/master | |
parent | 1a934faf15d59eb7e62309d8a7bcabc3c6de6bae (diff) | |
download | taginfo-f3545fccc3e68f53beb4e014a8f2951a7dc35057.tar taginfo-f3545fccc3e68f53beb4e014a8f2951a7dc35057.tar.gz |
Remove some cleanup code left for backwards compatibility.
Diffstat (limited to 'sources/master')
-rwxr-xr-x | sources/master/update.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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." |