mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtSearch: Remove optional code for NO_DBN which is not used on CDE
This commit is contained in:
parent
605a21046a
commit
e5b3c011c6
5 changed files with 0 additions and 143 deletions
|
|
@ -56,12 +56,10 @@ LOCK_DECL
|
|||
taskinit(&db_global);
|
||||
db_glob_init = 1;
|
||||
}
|
||||
#ifndef NO_DBN_PARM
|
||||
#ifndef ONE_DB
|
||||
if ( dbn >= 0 && dbn_check(dbn) != S_OKAY ) {
|
||||
return( db_status );
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
return( db_status );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue