trying to get fork based snapshotting to work
[c11tester.git] / main.cc
diff --git a/main.cc b/main.cc
index cbf93b67fce125aef65f9e90801c295633d8c46a..73b3b0c410d95fbdbd06190eadd35b25b1288e77 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -70,7 +70,6 @@ static void real_main() {
        model->set_system_context(&main_context);
 
        snapshotObject->snapshotStep(0);
-
        do {
                /* Start user program */
                model->add_thread(new Thread(&user_thread, (void (*)(void *)) &user_main, NULL));