summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal.c b/signal.c
index dd79b861ac..7c2f35f91f 100644
--- a/signal.c
+++ b/signal.c
@@ -571,7 +571,7 @@ static VALUE
trap(struct trap_arg *arg)
{
sighandler_t func, oldfunc;
- VALUE command, tmp, oldcmd;
+ VALUE command, oldcmd;
int sig = -1;
char *s;