From e7118d205d474a3cac747238671b6fa34963eec8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Jul 2014 09:17:53 +0200 Subject: HStream::closeInput does nothing Change-Id: I0d57e227be45bb2c098969ab24eedab30514313f --- hwpfilter/source/hstream.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hwpfilter/source/hstream.h') diff --git a/hwpfilter/source/hstream.h b/hwpfilter/source/hstream.h index 9535ced29b11..426d39650939 100644 --- a/hwpfilter/source/hstream.h +++ b/hwpfilter/source/hstream.h @@ -46,10 +46,7 @@ class HStream * @returns Size of remained stream */ int available() const; -/** - * remove the stream from this object. - */ - void closeInput(); + private: int size; byte *seq; -- cgit