From: Bastian Dehn Date: Thu, 16 Jul 2026 15:10:44 +0000 (+0200) Subject: remove unused var X-Git-Tag: v1.1.35^2~3^2~9 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=abc90c9171095facb6069b7dbae0f80b90f543a5;p=sane-kds-s2000w-net.git remove unused var --- diff --git a/src/debian/postinst b/src/debian/postinst index 3ac070b..38d92a0 100755 --- a/src/debian/postinst +++ b/src/debian/postinst @@ -4,7 +4,6 @@ set -e main() { DLLCONFIG=${DLLCONFIG:="/etc/sane.d/dll.conf"} - local entry_count= local ENTRY="kds_s2000w_net" [ ! -f "$DLLCONFIG" ] \