Skip to content

Commit

Permalink
Merge pull request #1063 from larskanis/rm-CHAR_ARRAY
Browse files Browse the repository at this point in the history
Remove enum CHAR_ARRAY
  • Loading branch information
larskanis committed Nov 19, 2023
2 parents 45c2696 + 810a6bf commit 67ffd81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/ffi_c/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ typedef enum {
NATIVE_BUFFER_IN,
NATIVE_BUFFER_OUT,
NATIVE_BUFFER_INOUT,
NATIVE_CHAR_ARRAY,
NATIVE_BOOL,

/** An immutable string. Nul terminated, but only copies in to the native function */
Expand Down

0 comments on commit 67ffd81

Please sign in to comment.