From 9faeb13ae993e882c9fd8f3ce541a8e8e6ea6ce3 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 11 Apr 2016 14:38:19 -0700 Subject: [PATCH] Remove error testing code --- interface/src/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 819fa11323..5ff20fe1eb 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -159,19 +159,6 @@ int main(int argc, const char* argv[]) { } } -// crash::doAbort(); // works -// crash::doubleFree(); - - std::thread([]() { -// crash::pureVirtualCall(); // works - crash::newFault(); // works - }); - -// QThread thread; -// QObject::connect(&thread, &QThread::started, &app, []() { -// }, Qt::DirectConnection); -// thread.start(); - // Setup local server QLocalServer server { &app };