From b908f9717aec69711a8bb937c2b434acbada04c3 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 3 Apr 2007 18:34:14 +0000 Subject: [PATCH] Remove a duplicate function prototype. (issue #9444, junky) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59896 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.47.2