diff --git a/src/experiments/hsc-simple/experiment.cc b/src/experiments/hsc-simple/experiment.cc index aa784ab6..5957e5b2 100644 --- a/src/experiments/hsc-simple/experiment.cc +++ b/src/experiments/hsc-simple/experiment.cc @@ -1,5 +1,3 @@ - - #include #include @@ -9,9 +7,6 @@ #include "sal/Listener.hpp" #include "util/Logger.hpp" #include "config/FailConfig.hpp" -#include "../plugins/serialoutput/SerialOutput.hpp" - - // Check if configuration dependencies are satisfied: #if !defined(CONFIG_EVENT_BREAKPOINTS) || !defined(CONFIG_SR_RESTORE) || !defined(CONFIG_SR_SAVE) @@ -26,9 +21,6 @@ bool HSCSimpleExperiment::run() Logger log("HSC", false); log << "experiment start" << endl; - SerialOutput so(0x3F8); - simulator.addFlow(&so); - // do funny things here... #if 1 // STEP 1