From 2dbf0efacdb6bc2266a480679236307ff0cb33d7 Mon Sep 17 00:00:00 2001 From: Thomas Ferrin Date: Tue, 20 Mar 1990 21:22:08 -0800 Subject: [PATCH] remove needless declaration SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 5.12 --- usr/src/usr.sbin/lpr/common_source/displayq.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/lpr/common_source/displayq.c b/usr/src/usr.sbin/lpr/common_source/displayq.c index e08c2746ce..d7ae1bc09b 100644 --- a/usr/src/usr.sbin/lpr/common_source/displayq.c +++ b/usr/src/usr.sbin/lpr/common_source/displayq.c @@ -16,7 +16,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)displayq.c 5.11 (Berkeley) %G%"; +static char sccsid[] = "@(#)displayq.c 5.12 (Berkeley) %G%"; #endif /* not lint */ /* @@ -120,8 +120,6 @@ displayq(format) if (fp == NULL) warn(); else { - register char *cp; - /* get daemon pid */ cp = current; while ((*cp = getc(fp)) != EOF && *cp != '\n') -- 2.20.1