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*);