0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 14:38:57 +02:00

ircd: Minor remove cruft; internal ircd::main().

This commit is contained in:
Jason Volk 2019-05-24 18:10:43 -07:00
parent 68088c5116
commit d7e1f88921
2 changed files with 1 additions and 3 deletions

View file

@ -67,8 +67,6 @@
///
namespace ircd
{
struct init;
seconds uptime();
void init(boost::asio::io_context &ios, const string_view &origin, const string_view &hostname);
bool quit() noexcept;

View file

@ -14,7 +14,7 @@ namespace ircd
std::string _servername; // user's supplied param
ctx::ctx *main_context; // Main program loop
void main() noexcept;
static void main() noexcept;
}
decltype(ircd::write_avoid)