fix the build

This commit is contained in:
DarthArgus
2017-01-08 08:44:46 +00:00
parent 36785b3451
commit a033dd623c
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -33,11 +33,6 @@ namespace StellaBellum {
inline void eatIt() {
// FUCK YOU
for (;;) {
pthread_kill(pthread_self(), SIGSEGV);
::kill(0, SIGSEGV);
::abort();
OsNamespace::UncatchableException ex;
throw ex;
abort();
sleep(10);
}