From: Ralph Corderoy Date: Wed, 1 Nov 2017 11:39:37 +0000 (+0000) Subject: send.c, whatnowsbr.c: Delete option variables set but never read. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/d4aff07086b9c2296a9dcac2f04f9f371b5801c4?hp=d4aff07086b9c2296a9dcac2f04f9f371b5801c4 send.c, whatnowsbr.c: Delete option variables set but never read. Some options are passed on without the code parsing the options having to act upon their value. These don't need to store the option's Boolean value in a local variable that's never read. ---