From 773f4286615587294d6e6acfb850df53a661bbc5 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 2 Jan 2016 22:46:04 +0100 Subject: [PATCH] Remove dead code --- config/debian/dinstall.functions | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.2