From: Martin Schwenke Date: Tue, 3 Sep 2019 05:24:52 +0000 (+1000) Subject: ctdb-scripts: Drop bit-rotted shellcheck directive X-Git-Tag: talloc-2.3.1~835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7f3b99acad0a1c5ebeb2bc3c0753ec7b31bb49;p=thirdparty%2Fsamba.git ctdb-scripts: Drop bit-rotted shellcheck directive The code has changed so this is no longer needed. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/config/functions b/ctdb/config/functions index 1dc16532890..994a30162fe 100755 --- a/ctdb/config/functions +++ b/ctdb/config/functions @@ -228,8 +228,6 @@ ctdb_get_ip_address () awk -F '|' 'NR == 2 { print $3 }' >"$_ip_addr_file" fi - # ip_address is used by caller - # shellcheck disable=SC2034 cat "$_ip_addr_file" }