From f6ff7b23f4e5748016457c537192fde692e257a8 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 1 Jun 2015 10:28:36 -0400 Subject: [PATCH] fix compiler warning --- daemon/ice.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/daemon/ice.c b/daemon/ice.c index cd17d0019..b162f5d95 100644 --- a/daemon/ice.c +++ b/daemon/ice.c @@ -1036,7 +1036,6 @@ int ice_request(struct stream_fd *sfd, const endpoint_t *src, struct packet_stream *ps = sfd->stream; struct call_media *media = ps->media; struct ice_agent *ag; - const struct local_intf *ifa; const char *err; struct ice_candidate *cand; struct ice_candidate_pair *pair; @@ -1051,8 +1050,6 @@ int ice_request(struct stream_fd *sfd, const endpoint_t *src, atomic64_set(&ag->last_activity, poller_now); - ifa = sfd->local_intf; - /* determine candidate pair */ mutex_lock(&ag->lock);