diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 21:27:59 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 21:27:59 +0200 |
commit | 02c72f46bd3990a9835eb82c72da5fed37107470 (patch) | |
tree | 0b5dbf5da9642c90cc5ec415cafe9cebf43703e4 /src/peer.h | |
parent | 7879164915659c16b96b4bb5c4a6dca13b793f37 (diff) | |
download | fastd-02c72f46bd3990a9835eb82c72da5fed37107470.tar fastd-02c72f46bd3990a9835eb82c72da5fed37107470.zip |
peer: remove dead code fastd_remote_matches_dynamic()
Diffstat (limited to 'src/peer.h')
-rw-r--r-- | src/peer.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -222,8 +222,6 @@ static inline bool fastd_peer_config_is_floating(const fastd_peer_config_t *conf return (!config->remotes || config->floating); } -bool fastd_remote_matches_dynamic(const fastd_remote_config_t *remote, const fastd_peer_address_t *addr); - /** Checks if a peer is floating (is has at least one floating remote or no remotes at all) */ static inline bool fastd_peer_is_floating(const fastd_peer_t *peer) { return peer->config ? fastd_peer_config_is_floating(peer->config) : true; |