astobj2: Remove OBJ_CONTINUE support.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 27 Sep 2013 17:11:22 +0000 (17:11 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 27 Sep 2013 17:11:22 +0000 (17:11 +0000)
commit7c796593d347210ec8da2ba80b4483d261ef8f05
tree57fc7e155797e666439bbaab1244f9276d86fb5f
parent212b6f668bc4a140adc56eac6aeebd4f9207dc1e
astobj2: Remove OBJ_CONTINUE support.

OBJ_CONTINUE was a strange feature that came into the world under
suspicious circumstances to support an abuse of the ao2_container by
chan_iax2.  Since chan_iax2 no longer uses OBJ_CONTINUE, it is safe to
remove it.

The simplified code should help performance slightly and make
understanding the code easier.

Review: https://reviewboard.asterisk.org/r/2887/
........

Merged revisions 399937 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399938 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/astobj2.h
main/astobj2.c
tests/test_astobj2.c