From: Russell Bryant Date: Tue, 3 Apr 2007 18:34:14 +0000 (+0000) Subject: Remove a duplicate function prototype. (issue #9444, junky) X-Git-Tag: 1.6.0-beta1~3^2~2918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b908f9717aec69711a8bb937c2b434acbada04c3;p=thirdparty%2Fasterisk.git Remove a duplicate function prototype. (issue #9444, junky) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59896 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 17e279390f..7c1167204b 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -1503,7 +1503,6 @@ static int get_rpid_num(const char *input, char *output, int maxlen); static int get_rdnis(struct sip_pvt *p, struct sip_request *oreq); static int get_destination(struct sip_pvt *p, struct sip_request *oreq); static int get_msg_text(char *buf, int len, struct sip_request *req); -static void free_old_route(struct sip_route *route); static int transmit_state_notify(struct sip_pvt *p, int state, int full, int timeout); /*--- Constructing requests and responses */