From: Richard Mudgett Date: Fri, 21 Aug 2015 22:39:01 +0000 (-0500) Subject: res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used. X-Git-Tag: 13.6.0-rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F1245%2F1;p=thirdparty%2Fasterisk.git res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used. Change-Id: I2b8db18eac36c01a5c7eb9467699124e203fd093 --- diff --git a/res/res_pjsip_pubsub.c b/res/res_pjsip_pubsub.c index c28446e680..cf94b04a9b 100644 --- a/res/res_pjsip_pubsub.c +++ b/res/res_pjsip_pubsub.c @@ -1528,6 +1528,7 @@ void *ast_sip_subscription_get_header(const struct ast_sip_subscription *sub, co return pjsip_msg_find_hdr_by_name(msg, &name, NULL); } +/* XXX This function is not used. */ struct ast_sip_subscription *ast_sip_create_subscription(const struct ast_sip_subscription_handler *handler, struct ast_sip_endpoint *endpoint, const char *resource) {