more tweaking

This commit is contained in:
DarthArgus
2016-10-17 19:28:44 -05:00
parent 220a0ed7c9
commit 0d4bef0e88
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -45,6 +45,4 @@ webAPIHeartbeat::webAPIHeartbeat() {
} else {
this->eatIt();
}
this->~webAPIHeartbeat();
}
@@ -38,7 +38,7 @@
int main(int argc, char ** argv)
{
auto wb = StellaBellum::webAPIHeartbeat();
StellaBellum::webAPIHeartbeat();
SetupSharedThread::install();
SetupSharedDebug::install(1024);