Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tic Remove an obsolete (and incomprehensible) commen...



details:   https://anonhg.NetBSD.org/src/rev/21b5d2cabdd1
branches:  trunk
changeset: 782981:21b5d2cabdd1
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Thu Nov 29 23:01:16 2012 +0000

description:
Remove an obsolete (and incomprehensible) comment.  Discussed with and ok
Roy Marples, Joerg Sonnenberger.

diffstat:

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

diffs (28 lines):

diff -r 8431db2c4edc -r 21b5d2cabdd1 usr.bin/tic/tic.c
--- a/usr.bin/tic/tic.c Thu Nov 29 18:54:43 2012 +0000
+++ b/usr.bin/tic/tic.c Thu Nov 29 23:01:16 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tic.c,v 1.20 2012/06/03 23:19:11 joerg Exp $ */
+/* $NetBSD: tic.c,v 1.21 2012/11/29 23:01:16 mbalmer Exp $ */
 
 /*
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tic.c,v 1.20 2012/06/03 23:19:11 joerg Exp $");
+__RCSID("$NetBSD: tic.c,v 1.21 2012/11/29 23:01:16 mbalmer Exp $");
 
 #include <sys/types.h>
 #include <sys/queue.h>
@@ -59,9 +59,6 @@
 
 #define        HASH_SIZE       16384   /* 2012-06-01: 3600 entries */
 
-/* We store the full list of terminals we have instead of iterating
-   through the database as the sequential iterator doesn't work
-   the the data size stored changes N amount which ours will. */
 typedef struct term {
        STAILQ_ENTRY(term) next;
        char *name;



Home | Main Index | Thread Index | Old Index