Remove bogus definition of cnpollc().

This commit is contained in:
mycroft 1994-10-26 17:57:50 +00:00
parent 511d2732a3
commit f77d6c1435
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_input.c,v 1.5 1994/10/09 08:56:23 mycroft Exp $ */
/* $NetBSD: db_input.c,v 1.6 1994/10/26 17:57:50 mycroft Exp $ */
/*
* Mach Operating System
@ -244,8 +244,3 @@ cnmaygetc ()
{
return (-1);
}
/* called from kdb_trap in db_interface.c */
cnpollc (flag)
{
}