Problem: unused get_credential methods and associated fields

Solution: remove them
This commit is contained in:
Simon Giesecke
2018-08-13 15:22:18 +02:00
parent 0b1589dbba
commit da30ff7d3d
26 changed files with 1 additions and 102 deletions

View File

@@ -92,8 +92,6 @@ class pipe_t : public object_t,
void set_router_socket_routing_id (const blob_t &router_socket_routing_id_);
const blob_t &get_routing_id () const;
const blob_t &get_credential () const;
// Returns true if there is at least one message to read in the pipe.
bool check_read ();