From 5e88ebe62717b8e1e2f8d96c10f78a7134caa765 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 20 Oct 2014 15:10:43 -0400 Subject: [PATCH] arm: Remove internal FFI_TYPE constants These have been replaced by the contents of internal.h. --- src/arm/ffitarget.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/arm/ffitarget.h b/src/arm/ffitarget.h index 421bacf2..bf367502 100644 --- a/src/arm/ffitarget.h +++ b/src/arm/ffitarget.h @@ -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 ----------------------------------------- */