From 19279b208a67c0a16679b0281d8de602e57a55c9 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 7 Dec 2010 10:12:17 +0000 Subject: [PATCH] Separator re-work did not work --- src/StreamCore.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/StreamCore.h b/src/StreamCore.h index 2a2f3ff..048f759 100644 --- a/src/StreamCore.h +++ b/src/StreamCore.h @@ -169,9 +169,6 @@ protected: StreamIoStatus lastInputStatus; bool unparsedInput; - long separatorStart; - long separatorEnd; - char separatorStore; StreamCore(const StreamCore&); // undefined bool compile(StreamProtocolParser::Protocol*);