libDtSearch: Untangle large numbers of TASK_ macros that were all unused code
This commit is contained in:
@@ -51,10 +51,9 @@
|
||||
/* Set current owner to current member
|
||||
*/
|
||||
int
|
||||
d_setom(nseto, nsetm TASK_PARM DBN_PARM)
|
||||
d_setom(nseto, nsetm DBN_PARM)
|
||||
int nseto; /* set table entry number of owner */
|
||||
int nsetm; /* set table entry number of member */
|
||||
TASK_DECL
|
||||
DBN_DECL /* database number */
|
||||
{
|
||||
int seto, setm;
|
||||
@@ -63,7 +62,7 @@ DBN_DECL /* database number */
|
||||
|
||||
DB_ENTER(DB_ID TASK_ID LOCK_SET(SET_IO));
|
||||
|
||||
if ((d_cmtype(nsetm, &cmtype TASK_PARM DBN_PARM) != S_OKAY) ||
|
||||
if ((d_cmtype(nsetm, &cmtype DBN_PARM) != S_OKAY) ||
|
||||
(nset_check(nseto, &seto, (SET_ENTRY * *)&set_ptr) != S_OKAY))
|
||||
RETURN( db_status );
|
||||
cmtype += NUM2INT(-RECMARK, rt_offset);
|
||||
|
||||
Reference in New Issue
Block a user