1
0
Fork 0
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:
nobu 2014-11-28 03:39:18 +00:00
parent 693f56bb01
commit 2b92335efd

1
file.c
View file

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