[Asterisk-cvs] asterisk pbx.c,1.270,1.271

kpfleming kpfleming
Fri Sep 2 14:06:33 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13164

Modified Files:
	pbx.c 
Log Message:
remove unused header and old comment


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- pbx.c	1 Sep 2005 20:15:58 -0000	1.270
+++ pbx.c	2 Sep 2005 18:07:26 -0000	1.271
@@ -16,7 +16,6 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <setjmp.h>
 #include <ctype.h>
 #include <errno.h>
 #include <time.h>
@@ -2411,10 +2410,8 @@
 static void *pbx_thread(void *data)
 {
 	/* Oh joyeous kernel, we're a new thread, with nothing to do but
-	   answer this channel and get it going.  The setjmp stuff is fairly
-	   confusing, but necessary to get smooth transitions between
-	   the execution of different applications (without the use of
-	   additional threads) */
+	   answer this channel and get it going.
+	*/
 	struct ast_channel *c = data;
 	ast_pbx_run(c);
 	pthread_exit(NULL);




More information about the svn-commits mailing list