]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
remove unused var
authorBastian Dehn <hhaalo@arcor.de>
Thu, 16 Jul 2026 15:10:44 +0000 (17:10 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 16 Jul 2026 15:10:44 +0000 (17:10 +0200)
src/debian/postinst

index 3ac070b4e01087849b2d79b7392c76e802d670ff..38d92a02785cefa18139446450ca3878be14aba3 100755 (executable)
@@ -4,7 +4,6 @@ set -e
 main()
 {
        DLLCONFIG=${DLLCONFIG:="/etc/sane.d/dll.conf"}
-       local entry_count=
        local ENTRY="kds_s2000w_net"
 
        [ ! -f "$DLLCONFIG" ] \