remove unused code

This commit is contained in:
Lion Kortlepel 2022-05-26 12:03:03 +02:00
parent 895058f85f
commit ed8d8a6419
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -160,7 +160,6 @@ int BeamMPServerMain(MainArguments Arguments) {
Application::CheckForUpdates(); Application::CheckForUpdates();
if (Application::Settings.HTTPServerEnabled) { if (Application::Settings.HTTPServerEnabled) {
Http::Server::SetupEnvironment();
Http::Server::THttpServerInstance HttpServerInstance {}; Http::Server::THttpServerInstance HttpServerInstance {};
} }