From: Mark Michelson Date: Tue, 20 Nov 2012 19:23:55 +0000 (+0000) Subject: Remove extra ast_backtrace() call I had in while debugging. X-Git-Tag: 13.0.0-beta1~2194^2~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86f1378ea07ea8a6e8b1cf60e4252f50c3f5a7e8;p=thirdparty%2Fasterisk.git Remove extra ast_backtrace() call I had in while debugging. git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@376560 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/astobj2.c b/main/astobj2.c index b36cee837e..082dfc0384 100644 --- a/main/astobj2.c +++ b/main/astobj2.c @@ -431,7 +431,6 @@ static int internal_ao2_ref(void *user_data, int delta, const char *file, int li int ret; if (obj == NULL) { - ast_backtrace(); ast_assert(0); return -1; }