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:
parent
9df466b287
commit
4e13d36561
20 changed files with 35 additions and 62 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue