summaryrefslogtreecommitdiffstats
path: root/lib/libdevdctl/consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdevdctl/consumer.h')
-rw-r--r--lib/libdevdctl/consumer.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libdevdctl/consumer.h b/lib/libdevdctl/consumer.h
index 721461e..0f15b79 100644
--- a/lib/libdevdctl/consumer.h
+++ b/lib/libdevdctl/consumer.h
@@ -44,8 +44,6 @@ namespace DevdCtl
/*=========================== Forward Declarations ===========================*/
class Event;
-class EventBuffer;
-class FDReader;
/*============================ Class Declarations ============================*/
/*----------------------------- DevdCtl::Consumer ----------------------------*/
@@ -139,16 +137,6 @@ protected:
*/
int m_devdSockFD;
- /**
- * Reader tied to the devd socket.
- */
- FDReader *m_reader;
-
- /**
- * Default EventBuffer connected to m_reader.
- */
- EventBuffer *m_eventBuffer;
-
EventFactory m_eventFactory;
/** Queued events for replay. */
OpenPOWER on IntegriCloud