mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-30 05:29:43 +01:00 
			
		
		
		
	Problem: unused field pipe_t::_credentials
Solution: remove it
This commit is contained in:
		| @@ -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_); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Giesecke
					Simon Giesecke