[jasper/player] Move olympic::run to global namespace
This commit is contained in:
parent
33e41824a1
commit
555c3f1c8c
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user