Problem: unused field pipe_t::_credentials

Solution: remove it
This commit is contained in:
Simon Giesecke 2018-08-15 11:48:00 +02:00
parent 2cdad3d0ce
commit 0852099f67

View File

@ -235,9 +235,6 @@ class pipe_t : public object_t,
// Routing id of the writer. Used uniquely by the reader side.
int _server_socket_routing_id;
// Pipe's credential.
blob_t _credential;
// Returns true if the message is delimiter; false otherwise.
static bool is_delimiter (const msg_t &msg_);