]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: Fix compilation warning
authorPekka Enberg <penberg@cs.helsinki.fi>
Sun, 4 Jul 2010 11:13:20 +0000 (14:13 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Sun, 4 Jul 2010 11:14:11 +0000 (14:14 +0300)
This patch fixes the following compilation warning:

  main.c: In function ‘main’:
  main.c:149: warning: label ‘out’ defined but not used

Reported-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/main.c

index e4dda8c64092395c5508f89eba2f290961b2a923..b8230ecd9717d06d07536aba9aa8194e11782648 100644 (file)
@@ -146,7 +146,6 @@ exit_kvm:
        kvm__show_registers(kvm);
        kvm__show_code(kvm);
        kvm__show_page_tables(kvm);
-out:
        kvm__delete(kvm);
 
        return 0;