[jasper/player] Move olympic::run to global namespace

This commit is contained in:
Gary Talent 2024-12-06 00:13:45 -06:00
parent 33e41824a1
commit 555c3f1c8c

View File

@ -40,8 +40,6 @@ ox::Error run(turbine::Context &tctx, ox::StringView, ox::SpanView<ox::String> a
}
namespace olympic {
ox::Error run(
ox::StringView project,
[[maybe_unused]] ox::StringView appName,
@ -57,5 +55,3 @@ ox::Error run(
oxRequire(bootfile, keel::readObj<jasper::core::Bootfile>(keelCtx(*tctx), BootfileAddr));
return jasper::run(*tctx, bootfile->app, bootfile->args);
}
}