mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user