aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-07-10 06:45:02 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-07-10 06:45:02 +0000
commitb34f7debd8abe0bfc30995eea94fce9f0cc84c0c (patch)
treebe8ce4a486df5401ddd33770733d075e3dccfbd7 /usr.bin/gprof/gprof.h
parent710d46eadcb7ce492aac91a12a7da0fcfb0d9e93 (diff)
downloadsrc-b34f7debd8abe0bfc30995eea94fce9f0cc84c0c.tar.gz
src-b34f7debd8abe0bfc30995eea94fce9f0cc84c0c.zip
Use err(3).
Notes
Notes: svn path=/head/; revision=27313
Diffstat (limited to 'usr.bin/gprof/gprof.h')
-rw-r--r--usr.bin/gprof/gprof.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index 27808d2325da..4dc053e02e91 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -65,11 +65,6 @@
/*
- * who am i, for error messages.
- */
-char *whoami;
-
- /*
* booleans
*/
typedef int bool;