diff options
Diffstat (limited to 'usr.bin/gprof/lookup.c')
-rw-r--r-- | usr.bin/gprof/lookup.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index 3051604a8f4..af77a615c71 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lookup.c,v 1.7 2006/03/25 19:06:36 espie Exp $ */ +/* $OpenBSD: lookup.c,v 1.8 2009/10/27 23:59:38 deraadt Exp $ */ /* $NetBSD: lookup.c,v 1.5 1995/04/19 07:16:06 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/6/93"; -#else -static char rcsid[] = "$OpenBSD: lookup.c,v 1.7 2006/03/25 19:06:36 espie Exp $"; -#endif -#endif /* not lint */ - #include "gprof.h" /* |