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: bc1edae7e08b5345281134ebfe9d0cbdfedcf581
  • Loading branch information
dmytrorykun authored and facebook-github-bot committed May 2, 2023
1 parent 9f496e2 commit bffb307
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 bffb307

Please sign in to comment.