File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,6 @@ using CFunctionCallbackWithTwoUint8Arrays =
53
53
v8::Local<v8::Value>,
54
54
v8::Local<v8::Value>,
55
55
v8::FastApiCallbackOptions&);
56
- using CFunctionCallbackWithTwoUint8ArraysFallback =
57
- bool (*)(v8::Local<v8::Value>,
58
- v8::Local<v8::Value>,
59
- v8::Local<v8::Value>,
60
- v8::FastApiCallbackOptions&);
61
56
using CFunctionCallbackWithUint8ArrayUint32Int64Bool =
62
57
int32_t (*)(v8::Local<v8::Value>,
63
58
v8::Local<v8::Value>,
@@ -114,7 +109,6 @@ class ExternalReferenceRegistry {
114
109
V (CFunctionCallbackWithString) \
115
110
V (CFunctionCallbackWithStrings) \
116
111
V (CFunctionCallbackWithTwoUint8Arrays) \
117
- V (CFunctionCallbackWithTwoUint8ArraysFallback) \
118
112
V (CFunctionCallbackWithUint8ArrayUint32Int64Bool) \
119
113
V (CFunctionWithUint32) \
120
114
V (CFunctionWithDoubleReturnDouble) \
You can’t perform that action at this time.
0 commit comments