From be2451d872547f1c6a6298e6fb7d52f16edeba39 Mon Sep 17 00:00:00 2001 From: ljf Date: Fri, 14 Dec 2018 20:18:46 +0100 Subject: [PATCH] [fix] Remove dead code --- scripts/_future.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/_future.sh b/scripts/_future.sh index ab19073..07f733d 100644 --- a/scripts/_future.sh +++ b/scripts/_future.sh @@ -52,12 +52,6 @@ ynh_read_manifest () { ynh_read_json '../settings/manifest.json' "$1" fi } -ynh_exit_if_up_to_date () { - if [ "${version}" = "${last_version}" ]; then - info "Up-to-date, nothing to do" - exit 0 - fi -} is_stretch () {