mirror of https://github.com/KLayout/klayout.git
Removing an unused declaration
This commit is contained in:
parent
5cd1c187ab
commit
eb3be68030
|
|
@ -417,14 +417,6 @@ public:
|
|||
*/
|
||||
virtual ~InputStream ();
|
||||
|
||||
/**
|
||||
* @brief This is the outer write method to call
|
||||
*
|
||||
* This implementation writes data through the
|
||||
* protected write call.
|
||||
*/
|
||||
void put (const char *b, size_t n);
|
||||
|
||||
/**
|
||||
* @brief This is the outer read method to call
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue