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:
parent
106e2cc619
commit
f7050e0e27
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue