libpcp: drop unused code and fields from internal __pmnsTree
commitefbfd7d3494a8789330f17662bf1bffd08a3c852
authorNathan Scott <nathans@redhat.com>
Wed, 19 Jul 2017 00:51:29 +0000 (19 10:51 +1000)
committerNathan Scott <nathans@redhat.com>
Wed, 19 Jul 2017 00:51:29 +0000 (19 10:51 +1000)
tree4e9a46400dbe0f14054280324b217ef0578d0fdc
parent04355deea42bf3a1a5063ca9c4fe96d84495b008
libpcp: drop unused code and fields from internal __pmnsTree

While investigating an unrelated issue it was discovered that
the "contiguous" and "symbol" fields of struct __pmnsTree are
set but never used anywhere.  We only ever pass pointers to
this structure around outside libpcp, hence its safe to drop
these unused fields (and related code).
src/include/pcp/impl.h
src/libpcp/src/pmns.c