From eb3be680302f5e7f5cbd51eba7bb82dcaa239c10 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 26 Jun 2025 20:34:53 +0200 Subject: [PATCH] Removing an unused declaration --- src/tl/tl/tlStream.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/tl/tl/tlStream.h b/src/tl/tl/tlStream.h index 1efca1505..7560134f4 100644 --- a/src/tl/tl/tlStream.h +++ b/src/tl/tl/tlStream.h @@ -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 *