1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

-Wall cleanups (removed unused vars, no 'code has no effect' warnings)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
michal 2003-01-16 07:38:40 +00:00
parent 9df466b287
commit 4e13d36561
20 changed files with 35 additions and 62 deletions

View file

@ -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");