mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +01:00
Problem: unused get_credential methods and associated fields
Solution: remove them
This commit is contained in:
@@ -63,9 +63,6 @@ class server_t : public socket_base_t
|
||||
void xwrite_activated (zmq::pipe_t *pipe_);
|
||||
void xpipe_terminated (zmq::pipe_t *pipe_);
|
||||
|
||||
protected:
|
||||
const blob_t &get_credential () const;
|
||||
|
||||
private:
|
||||
// Fair queueing object for inbound pipes.
|
||||
fq_t _fq;
|
||||
|
||||
Reference in New Issue
Block a user