Skip to content

Commit

Permalink
Problem: dead code in options.hpp
Browse files Browse the repository at this point in the history
Solution: remove unused zap_ipc_creds boolean variable
  • Loading branch information
bluca committed Oct 9, 2017
1 parent e3ee55b commit 50bddba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ namespace zmq

// IPC accept() filters
# if defined ZMQ_HAVE_SO_PEERCRED || defined ZMQ_HAVE_LOCAL_PEERCRED
bool zap_ipc_creds;
typedef std::set <uid_t> ipc_uid_accept_filters_t;
ipc_uid_accept_filters_t ipc_uid_accept_filters;
typedef std::set <gid_t> ipc_gid_accept_filters_t;
Expand Down

0 comments on commit 50bddba

Please sign in to comment.