* 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:
parent
106e2cc619
commit
f7050e0e27
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user