diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2009-11-09 21:05:38 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-12 11:23:55 -0600 |
commit | 5bd348d62667275e44f0155aeaefab402cb8ceb3 (patch) | |
tree | bc3dee3438e651ecfcd62b85a4b286d13f1a7a8f /target-ppc | |
parent | b3f0a203a34180d45524e4fa03854253afd3f28f (diff) | |
download | qemu-5bd348d62667275e44f0155aeaefab402cb8ceb3.tar.gz qemu-5bd348d62667275e44f0155aeaefab402cb8ceb3.tar.bz2 qemu-5bd348d62667275e44f0155aeaefab402cb8ceb3.zip |
kvm ppc: Remove unused label
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/kvm_ppc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/kvm_ppc.c b/target-ppc/kvm_ppc.c index 50930164c6..6f0468cdec 100644 --- a/target-ppc/kvm_ppc.c +++ b/target-ppc/kvm_ppc.c @@ -52,7 +52,6 @@ close: fclose(f); free: free(path); -out: return ret; } |