* 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;