From 02c72f46bd3990a9835eb82c72da5fed37107470 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Aug 2014 21:27:59 +0200 Subject: peer: remove dead code fastd_remote_matches_dynamic() --- src/peer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/peer.h') diff --git a/src/peer.h b/src/peer.h index 7fcb092..1819f3c 100644 --- a/src/peer.h +++ b/src/peer.h @@ -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; -- cgit v1.2.3