ARC: Remove unused variable
Signed-off-by: Yuriy Kolerov <yuriy.kolerov@synopsys.com>
This commit is contained in:
@@ -46,12 +46,10 @@ void
|
|||||||
ffi_prep_args (char *stack, extended_cif * ecif)
|
ffi_prep_args (char *stack, extended_cif * ecif)
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
int tmp;
|
|
||||||
void **p_argv;
|
void **p_argv;
|
||||||
char *argp;
|
char *argp;
|
||||||
ffi_type **p_arg;
|
ffi_type **p_arg;
|
||||||
|
|
||||||
tmp = 0;
|
|
||||||
argp = stack;
|
argp = stack;
|
||||||
|
|
||||||
if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
|
if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
|
||||||
|
|||||||
Reference in New Issue
Block a user