]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Tools: hv: Get rid of some unused variables
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 4 Sep 2012 21:46:33 +0000 (14:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 22:55:35 +0000 (15:55 -0700)
Get rid of unused variables.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_kvp_daemon.c

index 65d54c89394ea6743148cca6d984afaf03b865b5..d12d71448f0c0f8ad9fbbb663743edfa33731dc1 100644 (file)
@@ -196,7 +196,7 @@ static void kvp_update_mem_state(int pool)
 }
 static int kvp_file_init(void)
 {
-       int ret, fd;
+       int  fd;
        FILE *filep;
        size_t records_read;
        __u8 *fname;
@@ -312,7 +312,6 @@ static int kvp_key_add_or_modify(int pool, __u8 *key, int key_size, __u8 *value,
                        int value_size)
 {
        int i;
-       int j, k;
        int num_records;
        struct kvp_record *record;
        int num_blocks;