Source-Changes-HG archive

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

[src/trunk]: src/sbin/gpt delete an errant where it is obvious what the code ...



details:   https://anonhg.NetBSD.org/src/rev/a255e8b57d74
branches:  trunk
changeset: 791472:a255e8b57d74
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Tue Nov 19 22:41:43 2013 +0000

description:
delete an errant where it is obvious what the code is doing

diffstat:

 sbin/gpt/add.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 897d482da437 -r a255e8b57d74 sbin/gpt/add.c
--- a/sbin/gpt/add.c    Tue Nov 19 19:24:33 2013 +0000
+++ b/sbin/gpt/add.c    Tue Nov 19 22:41:43 2013 +0000
@@ -29,7 +29,7 @@
 __FBSDID("$FreeBSD: src/sbin/gpt/add.c,v 1.14 2006/06/22 22:05:28 marcel Exp $");
 #endif
 #ifdef __RCSID
-__RCSID("$NetBSD: add.c,v 1.16 2013/11/19 19:10:29 jnemeth Exp $");
+__RCSID("$NetBSD: add.c,v 1.17 2013/11/19 22:41:43 jnemeth Exp $");
 #endif
 
 #include <sys/types.h>
@@ -200,7 +200,6 @@
        int ch, fd;
        int64_t human_num;
 
-       /* Get the migrate options */
        while ((ch = getopt(argc, argv, "a:b:i:l:s:t:")) != -1) {
                switch(ch) {
                case 'a':



Home | Main Index | Thread Index | Old Index