From: Joerg Jaspert Date: Sat, 2 Jan 2016 21:46:04 +0000 (+0100) Subject: Remove dead code X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=773f4286615587294d6e6acfb850df53a661bbc5 Remove dead code --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 2ee713c9..25553fa2 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -1,11 +1,5 @@ # -*- mode:sh -*- -# Remove daily lock -# FIXME: Dead code when switched to cronscript -function remove_daily_lock() { - rm -f $LOCK_DAILY -} - # Remove changelog lock function remove_changelog_lock() { rm -f $LOCK_CHANGELOG