diff options
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r-- | sys/kern/tty_cons.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 914884a..188c3bf 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)cons.c 7.2 (Berkeley) 5/9/91 - * $Id: cons.c,v 1.39 1995/12/09 20:39:45 phk Exp $ + * $Id: cons.c,v 1.40 1995/12/13 15:12:20 julian Exp $ */ #include <sys/param.h> @@ -315,14 +315,6 @@ cnputc(c) } } -int -pg(const char *p, ...) { - va_list args; - va_start(args, p); - printf("%r\n>", p, args); - return(cngetc()); -} - static cn_devsw_installed = 0; static void |