]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove unused variable
authorMark Andrews <marka@isc.org>
Tue, 10 Oct 2017 09:02:35 +0000 (20:02 +1100)
committerMark Andrews <marka@isc.org>
Tue, 10 Oct 2017 09:02:35 +0000 (20:02 +1100)
bin/named/unix/os.c

index 56f52c44bcea345f2aff98ab24d2e906570b6066..f6e6da30b29c398220b8483e939df064dfe74765 100644 (file)
@@ -1013,7 +1013,6 @@ next_token(char **stringp, const char *delim) {
 void
 named_os_shutdownmsg(char *command, isc_buffer_t *text) {
        char *input, *ptr;
-       unsigned int n;
        pid_t pid;
 
        input = command;