From 549225bf5fbf99683360577330d1a3745b67a478 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 16 Jan 2003 07:38:40 +0000 Subject: -Wall cleanups (removed unused vars, no 'code has no effect' warnings) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syslog/syslog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/syslog') diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c index 3e86569f0..5ee2c6b89 100644 --- a/ext/syslog/syslog.c +++ b/ext/syslog/syslog.c @@ -54,7 +54,6 @@ static VALUE mSyslog_close(VALUE self) static VALUE mSyslog_open(int argc, VALUE *argv, VALUE self) { VALUE ident, opt, fac; - int mask; if (syslog_opened) { rb_raise(rb_eRuntimeError, "syslog already open"); -- cgit