Commit 0852099f authored by Simon Giesecke's avatar Simon Giesecke

Problem: unused field pipe_t::_credentials

Solution: remove it
parent 2cdad3d0
......@@ -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_);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment