Remove troublesome declaration

This commit is contained in:
Ahrimdon 2024-03-07 03:38:22 -05:00
parent aa42f0b116
commit b8eccdc616

View File

@ -6,7 +6,8 @@
namespace updater namespace updater
{ {
std::optional<utils::http::result> get_server_file(const std::string& endpoint); // Ahrimdon
// std::optional<utils::http::result> get_server_file(const std::string& endpoint);
void relaunch(); void relaunch();