]> git.evergreen-ils.org Git - OpenSRF.git/commit
Eliminated four dead functions that are never called
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 7 Jan 2009 16:27:06 +0000 (16:27 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 7 Jan 2009 16:27:06 +0000 (16:27 +0000)
commita583982562f73931c32814a509f1195aeecfe4af
treea1c9bb53c36d2a1e659fce3971db1836794905d7
parent83c5abd38daec0d6cd92990d540a268c61bdb247
Eliminated four dead functions that are never called
except by each other:

json_parse_file()
jsonParseFile()
legacy_jsonParseFile()
file_to_string()

The files affected:

utils.h
utils.c
osrf_json.h
osrf_json_tools.c
osrf_legacy_json.h
osrf_legacy_json.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1574 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/osrf_json.h
include/opensrf/osrf_legacy_json.h
include/opensrf/utils.h
src/libopensrf/osrf_json_tools.c
src/libopensrf/osrf_legacy_json.c
src/libopensrf/utils.c