summaryrefslogtreecommitdiff
path: root/gmon/mcount.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-29 21:23:58 +0000
committerRoland McGrath <roland@gnu.org>1996-03-29 21:23:58 +0000
commitb80510574cffbf64378fbcb25574955ebc4b92e9 (patch)
treea1721db32a781b90a4ce6aeea6241ee73a268301 /gmon/mcount.c
parent27e00f3f178044b927a4fda1d6984bffbc743b58 (diff)
Fri Mar 29 11:29:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>cvs/libc-960402cvs/libc-960401cvs/libc-960331cvs/libc-960330
* sysdeps/libm-ieee754/s_signgam.c (signgam): Renamed to __signgam, with weak alias signgam.
Diffstat (limited to 'gmon/mcount.c')
-rw-r--r--gmon/mcount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmon/mcount.c b/gmon/mcount.c
index 4d3097fd18..00c9ff8e31 100644
--- a/gmon/mcount.c
+++ b/gmon/mcount.c
@@ -34,7 +34,6 @@
#if !defined(lint) && !defined(KERNEL) && defined(LIBC_SCCS)
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
#endif
- int i;
#include <sys/param.h>
#include <sys/gmon.h>