1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

remove vestigial read_cache_ member variable

This commit is contained in:
William Woodall 2014-07-02 15:07:24 -07:00
parent 76c5575f80
commit f1e53d17fb

View File

@ -615,8 +615,6 @@ private:
Serial(const Serial&);
Serial& operator=(const Serial&);
std::string read_cache_; //!< Cache for doing reads in chunks.
// Pimpl idiom, d_pointer
class SerialImpl;
SerialImpl *pimpl_;