mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
file.c: unnecessary #undef
* file.c (flock): remove unnecessary #undef flock, trace of green thread polling. patched by Rohan Garg. [Bug #10551] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
693f56bb01
commit
2b92335efd
1 changed files with 0 additions and 1 deletions
1
file.c
1
file.c
|
@ -4551,7 +4551,6 @@ rb_file_flock(VALUE obj, VALUE operation)
|
|||
}
|
||||
return INT2FIX(0);
|
||||
}
|
||||
#undef flock
|
||||
|
||||
static void
|
||||
test_check(int n, int argc, VALUE *argv)
|
||||
|
|
Loading…
Reference in a new issue