libDtSearch: remove optional code MULTI_TASK that is not used on CDE

This commit is contained in:
Peter Howkins
2018-06-29 00:07:36 +01:00
parent af9f0e9033
commit 605a21046a
8 changed files with 0 additions and 186 deletions

View File

@@ -53,17 +53,9 @@ LOCK_DECL
{
db_status = S_OKAY;
if ( ! db_glob_init ) {
#ifdef MULTI_TASK
Currtask.v.ptr = (TASK *)&db_global;
#endif
taskinit(&db_global);
db_glob_init = 1;
}
#ifdef MULTI_TASK
if ( task != 0 ) {
task_switch(task);
}
#endif
#ifndef NO_DBN_PARM
#ifndef ONE_DB
if ( dbn >= 0 && dbn_check(dbn) != S_OKAY ) {