From f0f871744a109ae5e352b7a58d14d6fa589e7cb5 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Wed, 8 Jan 2003 12:00:25 +0000 Subject: [PATCH] remove cinit() This functions is completely null, not called from anywhere and defined since rev. 1.1 (July 1993). --- sys/kern/tty_subr.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index cc0048b8880c..bc99746b59a3 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: tty_subr.c,v 1.22 2001/12/27 02:27:50 ad Exp $ */ +/* $NetBSD: tty_subr.c,v 1.23 2003/01/08 12:00:25 msaitoh Exp $ */ /* * Copyright (c) 1993, 1994 Theo de Raadt @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: tty_subr.c,v 1.22 2001/12/27 02:27:50 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tty_subr.c,v 1.23 2003/01/08 12:00:25 msaitoh Exp $"); #include #include @@ -64,19 +64,10 @@ __KERNEL_RCSID(0, "$NetBSD: tty_subr.c,v 1.22 2001/12/27 02:27:50 ad Exp $"); #define QMEM(n) (n) #endif -void cinit __P((void)); #ifdef QBITS void clrbits __P((u_char *, int, int)); #endif -/* - * Initialize clists. - */ -void -cinit() -{ -} - /* * Initialize a particular clist. Ok, they are really ring buffers, * of the specified length, with/without quoting support.