summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2015-11-19 14:17:42 -0700
committerTom Tromey <tom@tromey.com>2015-11-19 14:17:42 -0700
commit4805bf9ccdc176687526e9e7fca0db763cef42fb (patch)
tree0f26adec3c9d1913e3f6c8c04906441ef03bdb2f /include
parent88deacdd4220b66805b6ad10abd61fa3640afb67 (diff)
downloadlibffi-4805bf9ccdc176687526e9e7fca0db763cef42fb.tar.gz
remove FFI_TYPE typedef
Diffstat (limited to 'include')
-rw-r--r--include/ffi.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ffi.h.in b/include/ffi.h.in
index b07ca85..98843b3 100644
--- a/include/ffi.h.in
+++ b/include/ffi.h.in
@@ -217,8 +217,6 @@ typedef enum {
FFI_BAD_ABI
} ffi_status;
-typedef unsigned FFI_TYPE;
-
typedef struct {
ffi_abi abi;
unsigned nargs;