arm: Remove internal FFI_TYPE constants

These have been replaced by the contents of internal.h.
This commit is contained in:
Richard Henderson
2014-10-20 15:10:43 -04:00
parent a4b785ea69
commit 5e88ebe627

View File

@@ -56,10 +56,6 @@ typedef enum ffi_abi {
unsigned short vfp_reg_free, vfp_nargs; \
signed char vfp_args[16] \
/* Internally used. */
#define FFI_TYPE_STRUCT_VFP_FLOAT (FFI_TYPE_LAST + 1)
#define FFI_TYPE_STRUCT_VFP_DOUBLE (FFI_TYPE_LAST + 2)
#define FFI_TARGET_SPECIFIC_VARIADIC
/* ---- Definitions for closures ----------------------------------------- */