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

* ext/fiddle/function.c (function_call): removed unused variable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-05-06 09:33:10 +00:00
parent 106e2cc619
commit f7050e0e27

View file

@ -87,7 +87,6 @@ function_call(int argc, VALUE argv[], VALUE self)
fiddle_generic retval;
fiddle_generic *generic_args;
void **values;
void * fun_ptr;
VALUE cfunc, types, cPointer;
int i;