Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xinstall remove unused label



details:   https://anonhg.NetBSD.org/src/rev/546f7db99e09
branches:  trunk
changeset: 809101:546f7db99e09
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 19 17:20:02 2015 +0000

description:
remove unused label

diffstat:

 usr.bin/xinstall/xinstall.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r eb5c4db30dc9 -r 546f7db99e09 usr.bin/xinstall/xinstall.c
--- a/usr.bin/xinstall/xinstall.c       Fri Jun 19 17:17:24 2015 +0000
+++ b/usr.bin/xinstall/xinstall.c       Fri Jun 19 17:20:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xinstall.c,v 1.123 2015/06/19 17:17:24 christos Exp $  */
+/*     $NetBSD: xinstall.c,v 1.124 2015/06/19 17:20:02 christos Exp $  */
 
 /*
  * Copyright (c) 1987, 1993
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93";
 #else
-__RCSID("$NetBSD: xinstall.c,v 1.123 2015/06/19 17:17:24 christos Exp $");
+__RCSID("$NetBSD: xinstall.c,v 1.124 2015/06/19 17:20:02 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -1038,7 +1038,6 @@
        }
 #endif
        rv = wait(&status);
-out1:
        if (cmd != to_name)
                free(cmd);
 out:



Home | Main Index | Thread Index | Old Index