diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-01 14:46:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-01 14:46:34 -0500 |
commit | 6dfa709030935060d22e06aa75032a93bd606328 (patch) | |
tree | c68a6fbf6111034c0430325607810f65c4915d10 /src/common/address.h | |
parent | 24fb9267268cda0edd9f07ddb298dfe24af760d9 (diff) | |
download | tor-6dfa709030935060d22e06aa75032a93bd606328.tar.gz tor-6dfa709030935060d22e06aa75032a93bd606328.zip |
Remove the unused addr_mask_cmp_bits
Diffstat (limited to 'src/common/address.h')
-rw-r--r-- | src/common/address.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/address.h b/src/common/address.h index ec63257e60..77e5855346 100644 --- a/src/common/address.h +++ b/src/common/address.h @@ -220,7 +220,6 @@ int addr_port_lookup(int severity, const char *addrport, char **address, int parse_port_range(const char *port, uint16_t *port_min_out, uint16_t *port_max_out); int addr_mask_get_bits(uint32_t mask); -int addr_mask_cmp_bits(uint32_t a1, uint32_t a2, maskbits_t bits); /** Length of a buffer to allocate to hold the results of tor_inet_ntoa.*/ #define INET_NTOA_BUF_LEN 16 int tor_inet_ntoa(const struct in_addr *in, char *buf, size_t buf_len); |