From: Todd C. Miller Date: Wed, 6 Feb 2013 21:35:19 +0000 (-0500) Subject: Remove useless store detected by llvm checker. X-Git-Tag: SUDO_1_8_7~1^2~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11e04d30dd9add9fad44c557ede42c9b86877fed;p=sudo Remove useless store detected by llvm checker. --- diff --git a/plugins/sudoers/sudoreplay.c b/plugins/sudoers/sudoreplay.c index bcf5746f1..2ed553856 100644 --- a/plugins/sudoers/sudoreplay.c +++ b/plugins/sudoers/sudoreplay.c @@ -398,7 +398,6 @@ main(int argc, char *argv[]) (void) fcntl(STDIN_FILENO, F_SETFL, ch | O_NONBLOCK); if (!term_raw(STDIN_FILENO, 1)) error(1, _("unable to set tty to raw mode")); - iovcnt = 0; iovmax = 32; iov = ecalloc(iovmax, sizeof(*iov)); }