From ca43d92d85dd0f20fbc03b2ca56c1ea0631c1c83 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 17 May 2020 10:33:15 -0700 Subject: [PATCH] Remove unused variable. --- hosts | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts b/hosts index d763265..000f2b7 100755 --- a/hosts +++ b/hosts @@ -397,7 +397,6 @@ _print_entries() { _input+="${_newline}${2:-}" fi - local _disabled=0 local _max_length=0 while IFS=$'\t ' read -r -a _parts