Merge branch 'LUCY-274-refcount_functions' As of CLOWNFISH-27, refcounting is no longer overrideable. Lucy needs to use the new API and to eliminate the overriding of refcount manipulation methods for RawPosting.
This closes #8 Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/d52bb268 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/d52bb268 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/d52bb268 Branch: refs/heads/master Commit: d52bb268e5b2bb2a2dc75b1b2854f2e3baa9ebac Parents: 2b8601a 1d77921 Author: Marvin Humphrey <[email protected]> Authored: Fri Feb 13 09:07:37 2015 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Fri Feb 13 09:07:37 2015 -0800 ---------------------------------------------------------------------- core/Lucy/Index/Posting/RawPosting.c | 20 +++----------------- core/Lucy/Index/Posting/RawPosting.cfh | 9 --------- core/Lucy/Test/Store/TestRAMDirHandle.c | 4 ++-- core/Lucy/Util/Freezer.c | 10 +++------- 4 files changed, 8 insertions(+), 35 deletions(-) ----------------------------------------------------------------------
