diff options
Diffstat (limited to 'test/bun.js/ffi.test.fixture.receiver.c')
-rw-r--r-- | test/bun.js/ffi.test.fixture.receiver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/bun.js/ffi.test.fixture.receiver.c b/test/bun.js/ffi.test.fixture.receiver.c index c972c2df1..a507ab3a5 100644 --- a/test/bun.js/ffi.test.fixture.receiver.c +++ b/test/bun.js/ffi.test.fixture.receiver.c @@ -111,8 +111,6 @@ static EncodedJSValue _FFI_Callback_call(void* ctx, size_t argCount, ZIG_REPR_TY return_value.asZigRepr = FFI_Callback_call(ctx, argCount, args); return return_value; } -static ZIG_REPR_TYPE arguments[100]; - #endif static bool JSVALUE_IS_CELL(EncodedJSValue val) __attribute__((__always_inline__)); |