From: Russell Bryant Date: Fri, 1 Jun 2007 23:39:18 +0000 (+0000) Subject: remove a bogus comment that came from copy/paste X-Git-Tag: 1.6.0-beta1~3^2~2524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1490716f6adf54f7282322bbee7cb04de632f23;p=thirdparty%2Fasterisk.git remove a bogus comment that came from copy/paste git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66959 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/pbx.c b/main/pbx.c index 49767206c1..ac32bffe7a 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -1989,8 +1989,6 @@ static void handle_statechange(const char *device) static int statechange_queue(const char *dev) { - /* Avoid potential for deadlocks by spawning a new thread to handle - the event */ struct statechange *sc; if (!(sc = ast_calloc(1, sizeof(*sc) + strlen(dev) + 1)))