libDtSearch: Untangle large numbers of TASK_ macros that were all unused code

This commit is contained in:
Peter Howkins
2018-06-29 01:45:29 +01:00
parent 86b9a0fee4
commit 60edbd3491
69 changed files with 100 additions and 186 deletions

View File

@@ -50,10 +50,9 @@
/* Get current set member
*/
int
d_csmget(set, dba TASK_PARM DBN_PARM)
d_csmget(set, dba DBN_PARM)
int set; /* Set table entry */
DB_ADDR *dba; /* db address of record to become current */
TASK_DECL
DBN_DECL /* database number */
{
SET_ENTRY *set_ptr;