This is an automated email from the ASF dual-hosted git repository.
amc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from c042875841 Fix ports.py type hint for sets on older Python (#10107)
add 5d0a549233 libswoc: Remove legacy IntrusiveDList. (#10106)
No new revisions were added by this update.
Summary of changes:
.../internal-libraries/MemArena.en.rst | 4 +-
.../internal-libraries/index.en.rst | 1 -
.../internal-libraries/intrusive-list.en.rst | 234 ------
include/tscpp/util/IntrusiveDList.h | 890 ---------------------
include/tscpp/util/Makefile.am | 1 -
proxy/http/remap/PluginDso.h | 7 +-
proxy/http/remap/PluginFactory.h | 7 +-
proxy/http3/QPACK.h | 5 +-
src/tscpp/util/CMakeLists.txt | 1 -
src/tscpp/util/unit_tests/test_IntrusiveDList.cc | 295 -------
10 files changed, 13 insertions(+), 1432 deletions(-)
delete mode 100644 doc/developer-guide/internal-libraries/intrusive-list.en.rst
delete mode 100644 include/tscpp/util/IntrusiveDList.h
delete mode 100644 src/tscpp/util/unit_tests/test_IntrusiveDList.cc