Skip to content

Commit 2859c3f

Browse files
committed
fixup! src: replace uses of FastApiTypedArray
1 parent 90684fb commit 2859c3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/node_external_reference.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ using CFunctionCallbackWithTwoUint8Arrays =
5353
v8::Local<v8::Value>,
5454
v8::Local<v8::Value>,
5555
v8::FastApiCallbackOptions&);
56-
using CFunctionCallbackWithTwoUint8ArraysFallback =
57-
bool (*)(v8::Local<v8::Value>,
58-
v8::Local<v8::Value>,
59-
v8::Local<v8::Value>,
60-
v8::FastApiCallbackOptions&);
6156
using CFunctionCallbackWithUint8ArrayUint32Int64Bool =
6257
int32_t (*)(v8::Local<v8::Value>,
6358
v8::Local<v8::Value>,
@@ -114,7 +109,6 @@ class ExternalReferenceRegistry {
114109
V(CFunctionCallbackWithString) \
115110
V(CFunctionCallbackWithStrings) \
116111
V(CFunctionCallbackWithTwoUint8Arrays) \
117-
V(CFunctionCallbackWithTwoUint8ArraysFallback) \
118112
V(CFunctionCallbackWithUint8ArrayUint32Int64Bool) \
119113
V(CFunctionWithUint32) \
120114
V(CFunctionWithDoubleReturnDouble) \

0 commit comments

Comments
 (0)