diff options
Diffstat (limited to 'lib/libc/gmon/mcount.c')
-rw-r--r-- | lib/libc/gmon/mcount.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index df87973e27f9..01b1044142f9 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if !defined(_KERNEL) && defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; -#endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/gmon.h> #ifdef _KERNEL |