Skip to content

Commit

Permalink
fix: remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Feb 16, 2024
1 parent c767959 commit c916d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/optionals/ffi/ffi.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ typedef Value function_definition_t(DictuVM *vm, int argCount, Value *args);
typedef int init_func_definition_t(void **function_ptrs, DictuVM *vm,
Table *table, int vm_ffi_version);

// #define AS_FFI_INSTANCE(v) ((FFIInstance *)AS_ABSTRACT(v)->data)

void *ffi_function_pointers[] = {&copyString,
&newList,
Expand Down

0 comments on commit c916d22

Please sign in to comment.