diff --git a/src/jasper/player/app.cpp b/src/jasper/player/app.cpp index 7162211..afa5bb5 100644 --- a/src/jasper/player/app.cpp +++ b/src/jasper/player/app.cpp @@ -40,8 +40,6 @@ ox::Error run(turbine::Context &tctx, ox::StringView, ox::SpanView 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(keelCtx(*tctx), BootfileAddr)); return jasper::run(*tctx, bootfile->app, bootfile->args); } - -}