[Asterisk-code-review] res pjsip pubsub.c: Mark ast sip create subscription() as no... (asterisk[master])

Richard Mudgett asteriskteam at digium.com
Thu Sep 10 13:19:16 CDT 2015


Richard Mudgett has uploaded a new change for review.

  https://gerrit.asterisk.org/1253

Change subject: res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.
......................................................................

res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.

Change-Id: I2b8db18eac36c01a5c7eb9467699124e203fd093
---
M res/res_pjsip_pubsub.c
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/53/1253/1

diff --git a/res/res_pjsip_pubsub.c b/res/res_pjsip_pubsub.c
index 31810a3..e3b1024 100644
--- a/res/res_pjsip_pubsub.c
+++ b/res/res_pjsip_pubsub.c
@@ -1528,6 +1528,7 @@
 	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)
 {

-- 
To view, visit https://gerrit.asterisk.org/1253
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b8db18eac36c01a5c7eb9467699124e203fd093
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list