]> git.corax.cc Git - toolbox/commit
include/opt: Remove unused variable __opt_num
authorMatthias Kruk <m@m10k.eu>
Thu, 11 Aug 2022 16:38:04 +0000 (01:38 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 11 Aug 2022 16:41:03 +0000 (01:41 +0900)
commit01d6c530a02bce5289830d62b32026af3d3554f3
tree19afee9b7ff2e7fd29843603d8e94657fac38c12
parent48acccccd76e065b917044ac91db7045cbc7c011
include/opt: Remove unused variable __opt_num

The opt module counts the number of options that were defined, but
the count is never used.

This commit removes the unused variable.
include/opt.sh