]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Forgot this file.
authorBo Thorsen <bo@gcc.gnu.org>
Fri, 19 Jul 2002 00:37:03 +0000 (02:37 +0200)
committerBo Thorsen <bo@gcc.gnu.org>
Fri, 19 Jul 2002 00:37:03 +0000 (02:37 +0200)
From-SVN: r55573

libffi/src/x86/ffi.c

index 2e47c5dc7bfc6b4e57976c3388af79bee4433d5c..77193250311bbf98292a052417414bca71bfb713 100644 (file)
@@ -38,12 +38,10 @@ void ffi_prep_args(char *stack, extended_cif *ecif)
 /*@=exportheader@*/
 {
   register unsigned int i;
-  register int tmp;
   register void **p_argv;
   register char *argp;
   register ffi_type **p_arg;
 
-  tmp = 0;
   argp = stack;
 
   if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
@@ -268,12 +266,10 @@ ffi_prep_incoming_args_SYSV(char *stack, void **rvalue,
 /*@=exportheader@*/
 {
   register unsigned int i;
-  register int tmp;
   register void **p_argv;
   register char *argp;
   register ffi_type **p_arg;
 
-  tmp = 0;
   argp = stack;
 
   if ( cif->rtype->type == FFI_TYPE_STRUCT ) {