summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1998-01-21 12:16:04 +0000
committerniklas <niklas@openbsd.org>1998-01-21 12:16:04 +0000
commit4f4413a7938935aaf220aedcd209efdc07fc9e6f (patch)
tree66a284960c658df724c292733399a1ab95af281a /sys
parentBack out last change. ed and sed should not use extended regular expressions. (diff)
downloadwireguard-openbsd-4f4413a7938935aaf220aedcd209efdc07fc9e6f.tar.xz
wireguard-openbsd-4f4413a7938935aaf220aedcd209efdc07fc9e6f.zip
remove obsolete comment
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ccd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c
index 06dadf44838..52db789163d 100644
--- a/sys/dev/ccd.c
+++ b/sys/dev/ccd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ccd.c,v 1.25 1998/01/09 14:36:11 niklas Exp $ */
+/* $OpenBSD: ccd.c,v 1.26 1998/01/21 12:16:04 niklas Exp $ */
/* $NetBSD: ccd.c,v 1.33 1996/05/05 04:21:14 thorpej Exp $ */
/*-
@@ -162,11 +162,6 @@ struct ccdbuf {
#define CBF_MIRROR 0x01 /* we're for a mirror component */
#define CBF_OLD 0x02 /* use old I/O protocol */
- /*
- * XXX These statically sized scatter/gather parameter vectors
- * should maybe be dynamic instead... but that costs malloc time
- * in ccdstart.
- */
int cb_sgcnt; /* scatter/gather segment count */
struct ccdseg *cb_sg; /* scatter/gather segments */
};