1
0
Fork 0
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:
Peter Howkins 2018-06-29 00:15:06 +01:00
parent 605a21046a
commit e5b3c011c6
5 changed files with 0 additions and 143 deletions

View file

@ -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 );
}