Do some cleanup
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -27,7 +27,6 @@ string prompt(char separator = '>')
|
||||
void print_help()
|
||||
{
|
||||
PROFILER_RECORD;
|
||||
// TODO Verify whether there are more/less commands
|
||||
cout << "The following commands are available: help, login, register, exit" << endl;
|
||||
}
|
||||
|
||||
@@ -76,7 +75,6 @@ void login()
|
||||
print_flag();
|
||||
}
|
||||
|
||||
#include <iomanip>
|
||||
void register_user()
|
||||
{
|
||||
PROFILER_RECORD;
|
||||
|
||||
Reference in New Issue
Block a user