summaryrefslogtreecommitdiff
path: root/ext/ffi_c/MappedType.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi_c/MappedType.h')
-rw-r--r--ext/ffi_c/MappedType.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ffi_c/MappedType.h b/ext/ffi_c/MappedType.h
index ac86a3c..9f6f9ee 100644
--- a/ext/ffi_c/MappedType.h
+++ b/ext/ffi_c/MappedType.h
@@ -43,7 +43,6 @@ typedef struct MappedType_ {
Type* type;
VALUE rbConverter;
VALUE rbType;
-
} MappedType;
void rbffi_MappedType_Init(VALUE moduleFFI);