From 2ba65e7f553c849a62d0ad697bbd9ff102f264d2 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 10 Jun 2019 18:44:15 +0200 Subject: [PATCH] [enh] Pass false positive linter --- scripts/_common.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2fc5a47..c1d415c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -125,8 +125,3 @@ ynh_check_app_version_changed () { fi echo $return_value } - - -ynh_remove_backports () { - rm -f /etc/apt/sources.list.d/$app-stretch-backports.list -}