From: Kevin P. Fleming Date: Fri, 2 Sep 2005 18:07:26 +0000 (+0000) Subject: remove unused header and old comment X-Git-Tag: 1.2.0-beta2~409 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04ebc9b7db02f7cd6737da733e45f7701a42e8b1;p=thirdparty%2Fasterisk.git remove unused header and old comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6503 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx.c b/pbx.c index 9db31faa13..7d836d28fa 100755 --- a/pbx.c +++ b/pbx.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include @@ -2411,10 +2410,8 @@ out: 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);