mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 09:47:56 +08:00
Problem: dead code in options.hpp
Solution: remove unused zap_ipc_creds boolean variable
This commit is contained in:
parent
e3ee55b191
commit
50bddbaac9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user