Removed the dtd_uri_callback() function from dqsegdb code
Created by: robertbruntz
Removed the dtd_uri_callback()
function/method from ligolw_segment_insert_dqsegdb
and apicalls.py
, since it's unused there, and it's implemented and used in glue
, in glue/glue/segmentdb/query_engine.py
.
This was prompted by an attempt to duplicate the changes in glue MR 89 in the dqsegdb
code, but then it was found that the dqsegdb
code doesn't even use those functions.