Module Name: src Committed By: pgoyette Date: Tue Jun 28 05:18:11 UTC 2016
Modified Files: src/common/lib/libprop: Makefile.inc prop_dictionary.c prop_number.c Removed Files: src/common/lib/libprop: prop_rb.c prop_rb_impl.h Log Message: The local copy of rb_tree code has been unused for quite some time. So we can just remove it, and adjust callers to use the "real" rbtree function names. Addresses PR lib/44090 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/common/lib/libprop/Makefile.inc cvs rdiff -u -r1.39 -r1.40 src/common/lib/libprop/prop_dictionary.c cvs rdiff -u -r1.27 -r1.28 src/common/lib/libprop/prop_number.c cvs rdiff -u -r1.10 -r0 src/common/lib/libprop/prop_rb.c cvs rdiff -u -r1.9 -r0 src/common/lib/libprop/prop_rb_impl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.