From 953fbe2156ed12712c3515859e6c2544538cf1c6 Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Sun, 16 Feb 2014 14:45:25 +0100 Subject: [PATCH] serialoutput: cleanup Change-Id: I255a3dd44fcf075a441461a883f564ee2d626ee1 --- src/plugins/serialoutput/SerialOutputLogger.hpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/plugins/serialoutput/SerialOutputLogger.hpp b/src/plugins/serialoutput/SerialOutputLogger.hpp index 5027c8c8..19e4f6f1 100644 --- a/src/plugins/serialoutput/SerialOutputLogger.hpp +++ b/src/plugins/serialoutput/SerialOutputLogger.hpp @@ -4,20 +4,13 @@ #include #include "efw/ExperimentFlow.hpp" -#include "config/FailConfig.hpp" - -// Check if configuration dependencies are satisfied: -#if !defined(CONFIG_EVENT_IOPORT) - #warning The serialoutput plugin may (depending on its use) need ioport event. Enable these in the cmake configuration tool. -#endif /** * \class SerialOutputLogger * * \brief Plugin to record ioport traffic. */ -class SerialOutputLogger : public fail::ExperimentFlow -{ +class SerialOutputLogger : public fail::ExperimentFlow { private: bool m_out; //!< Defines the direction of the listener.