mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
remove vestigial read_cache_ member variable
This commit is contained in:
parent
76c5575f80
commit
f1e53d17fb
@ -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_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user