Removing an unused declaration

This commit is contained in:
Matthias Koefferlein 2025-06-26 20:34:53 +02:00
parent 5cd1c187ab
commit eb3be68030
1 changed files with 0 additions and 8 deletions

View File

@ -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
*