Merge pull request #274 from dr-hannibal/ykolerov-unused

ARC: Remove unused variable
This commit is contained in:
Tom Tromey
2016-08-23 11:32:17 -06:00
committed by GitHub

View File

@@ -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)