summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/profile.h
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-01-06 20:36:21 +0000
committernectar <nectar@FreeBSD.org>2004-01-06 20:36:21 +0000
commitcaf374ec700885cabe5ef9136f6eab289222614f (patch)
treefdb0c70270d63af1835b6cc830d039de4eabd7e1 /sys/amd64/include/profile.h
parent42a056d4f8adc856e642476b75898a78576d4f02 (diff)
downloadFreeBSD-src-caf374ec700885cabe5ef9136f6eab289222614f.zip
FreeBSD-src-caf374ec700885cabe5ef9136f6eab289222614f.tar.gz
Remove `static' prototype from header file.
Diffstat (limited to 'sys/amd64/include/profile.h')
-rw-r--r--sys/amd64/include/profile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h
index bffa0b7..7445162 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 */
OpenPOWER on IntegriCloud