Description
qpid-stat has some dead code relevant to old active-active clustering. That code is worth removal also as it calls gethostbyname method that is not thread safe, and thus potential re-usage of the code could bring thread safety problems.
Dead code is:
- class IpAddr
- methods _getCluster and _getHostList