From 298f0fe98c96e5f1aeb2102e884586c48169595c Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 6 Jan 2004 20:36:21 +0000 Subject: [PATCH] Remove `static' prototype from header file. --- sys/amd64/include/profile.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index bffa0b7992d6..74451624e65c 100644 --- a/sys/amd64/include/profile.h +++ b/sys/amd64/include/profile.h @@ -148,7 +148,6 @@ __BEGIN_DECLS #ifdef __GNUC__ void mcount(void) __asm(".mcount"); #endif -static void _mcount(uintfptr_t frompc, uintfptr_t selfpc); __END_DECLS #endif /* _KERNEL */