]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astobj2: Remove OBJ_CONTINUE support.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 27 Sep 2013 17:03:25 +0000 (17:03 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 27 Sep 2013 17:03:25 +0000 (17:03 +0000)
commitd865190a7e41e57e48c963d327fc8583e3d6b959
tree1933079c5a1972cb720855b6b5a9f63dfe601880
parentb2545b9ff9377049376c9ce2f675961a473d1c12
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/

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