0
0
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:
Luca Boccassi 2017-10-07 18:16:32 +01:00
parent e3ee55b191
commit 50bddbaac9

View File

@ -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;