package kit: ReaderImplBase: Remove superfluous scratch buffer

This commit is contained in:
Ingo Weinhold
2014-06-30 21:51:16 +02:00
parent 0a62e01902
commit 0dab9e5cb4
2 changed files with 1 additions and 16 deletions
@@ -197,9 +197,6 @@ private:
PackageFileSection* fCurrentSection;
AttributeHandlerList fAttributeHandlerStack;
uint8* fScratchBuffer;
size_t fScratchBufferSize;
};