summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-27 17:23:18 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-27 17:23:18 +0000
commit4090154b9e6175090e42d3e5fcccfbc6d690eeb1 (patch)
tree49481d0c6b6a7c79776be1bc5c10c6c8990fdcb7 /sys/kern/subr_prof.c
parentb3c0d23251982a0226113375c44417a04025e968 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 9788da61d03f..c81364b8795a 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)subr_prof.c 8.3 (Berkeley) 9/23/93
- * $Id: subr_prof.c,v 1.21 1997/10/11 18:31:24 phk Exp $
+ * $Id: subr_prof.c,v 1.22 1997/10/12 20:24:00 phk Exp $
*/
#include <sys/param.h>
@@ -55,9 +55,6 @@ SYSINIT(kmem, SI_SUB_KPROF, SI_ORDER_FIRST, kmstartup, NULL)
struct gmonparam _gmonparam = { GMON_PROF_OFF };
-extern char btext[];
-extern char etext[];
-
#ifdef GUPROF
void
nullfunc_loop_profiled()