diff options
Diffstat (limited to 'libffi/src/ia64/ffitarget.h')
-rw-r--r-- | libffi/src/ia64/ffitarget.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libffi/src/ia64/ffitarget.h b/libffi/src/ia64/ffitarget.h index 3b7865442d7..2f98d51c429 100644 --- a/libffi/src/ia64/ffitarget.h +++ b/libffi/src/ia64/ffitarget.h @@ -45,14 +45,5 @@ typedef enum ffi_abi { /* can be interpreted as a C function */ /* descriptor: */ -#ifndef LIBFFI_ASM -struct ffi_ia64_trampoline_struct { - void * code_pointer; /* Pointer to ffi_closure_UNIX */ - void * fake_gp; /* Pointer to closure, installed as gp */ - void * real_gp; /* Real gp value, reinstalled by */ - /* ffi_closure_UNIX. */ -}; -#endif - #endif |