Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
0852099f
Commit
0852099f
authored
Aug 15, 2018
by
Simon Giesecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: unused field pipe_t::_credentials
Solution: remove it
parent
2cdad3d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
pipe.hpp
src/pipe.hpp
+0
-3
No files found.
src/pipe.hpp
View file @
0852099f
...
...
@@ -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_
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment