Skip to content

Commit

Permalink
Remove using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Mar 27, 2024
1 parent 14b74c7 commit 255481d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ios/OPSQLite.mm
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ - (NSDictionary *)getConstants {
return @false;
}

using namespace facebook;

auto jsiRuntime = (jsi::Runtime *)cxxBridge.runtime;

auto jsiRuntime = (facebook::jsi::Runtime *)cxxBridge.runtime;
if (jsiRuntime == nil) {
return @false;
}
Expand Down

0 comments on commit 255481d

Please sign in to comment.