libDtSearch: remove optional code MULTI_TASK that is not used on CDE
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user