summaryrefslogtreecommitdiff
path: root/src/pipe.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe.hpp')
-rw-r--r--src/pipe.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pipe.hpp b/src/pipe.hpp
index 34c5600..12b0dfe 100644
--- a/src/pipe.hpp
+++ b/src/pipe.hpp
@@ -67,10 +67,6 @@ namespace zmq
// Ask pipe to terminate.
void terminate ();
- // Returns true if the pipe is already terminating
- // (say if delimiter was already read).
- bool is_terminating ();
-
private:
reader_t (class object_t *parent_, pipe_t *pipe_, uint64_t lwm_);