Skip to content

Commit

Permalink
Remove duplicate function prototype (#37194)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #37194

`convertObjCObjectToJSIValue` function prototype is declared in `RCTTurboModule.h`. This diff removes its duplicate declaration from `RCTTurboModule.m`.
Changelog: [Interanal]

Reviewed By: cipolleschi

Differential Revision: D45483572

fbshipit-source-id: 077dd030c369ef9f515332d69e0404dfc67a18ed
  • Loading branch information
dmytrorykun authored and facebook-github-bot committed May 2, 2023
1 parent 042179a commit 4dae9b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ static int32_t getUniqueId()
return jsi::String::createFromUtf8(runtime, [value UTF8String] ?: "");
}

jsi::Value convertObjCObjectToJSIValue(jsi::Runtime &runtime, id value);
static jsi::Object convertNSDictionaryToJSIObject(jsi::Runtime &runtime, NSDictionary *value)
{
jsi::Object result = jsi::Object(runtime);
Expand Down

0 comments on commit 4dae9b6

Please sign in to comment.