Skip to content

Commit

Permalink
Remove commented out stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Jun 22, 2024
1 parent 2846aeb commit 29dc202
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/realmd/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ bool stopEvent = false; // Setting it to tru

DatabaseType LoginDatabase; // Accessor to the realm server database

// make sure template functions are instantiated
//template std::unique_ptr<AsyncServerListener<AuthSocket>> AsyncServerListener<AuthSocket>::CreateAndBindServer(std::string const&, uint16_t);
//template void BufferedSocket<AuthSocket, BufferedSocketAcceptor<AuthSocket>>::close_connection();

// Print out the usage string for this program on the console.
void usage(const char *prog)
{
Expand Down

0 comments on commit 29dc202

Please sign in to comment.