[asterisk-commits] file: branch group/pimp_my_sip r379271 - /team/group/pimp_my_sip/channels/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 16 13:44:28 CST 2013


Author: file
Date: Wed Jan 16 13:44:24 2013
New Revision: 379271

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379271
Log:
No reason to have a scheduler context in here!

Modified:
    team/group/pimp_my_sip/channels/chan_gulp.c

Modified: team/group/pimp_my_sip/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/channels/chan_gulp.c?view=diff&rev=379271&r1=379270&r2=379271
==============================================================================
--- team/group/pimp_my_sip/channels/chan_gulp.c (original)
+++ team/group/pimp_my_sip/channels/chan_gulp.c Wed Jan 16 13:44:24 2013
@@ -58,13 +58,6 @@
 
 static const char desc[] = "Gulp SIP Channel";
 static const char channel_type[] = "Gulp";
-
-/* XXX Uncomment once sched is used. Otherwise get compilation
- * error saying that it is defined but not used
- */
-#if 0
-static struct ast_sched_context *sched; /*!< Scheduling context for RTCP */ 
-#endif
 
 /* \brief Asterisk core interaction functions */
 static struct ast_channel *gulp_request(const char *type, struct ast_format_cap *cap, const struct ast_channel *requestor, const char *data, int *cause);




More information about the asterisk-commits mailing list