Skip to content

Commit 5c9e19f

Browse files
authored
Apply suggestion from @bghgary
1 parent 894bab4 commit 5c9e19f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • Core/Node-API-JSI/Include/napi

Core/Node-API-JSI/Include/napi/napi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ namespace Napi {
10501050
public:
10511051
FunctionReference();
10521052
FunctionReference(napi_env env, jsi::Function function);
1053-
FunctionReference(napi_env env, jsi::Value value);
10541053

10551054
// A reference can be moved but cannot be copied.
10561055
FunctionReference(Reference<Function>&& other);

0 commit comments

Comments
 (0)