libDtSearch: Remove define ONE_DB which is always off for CDE

This commit is contained in:
Peter Howkins
2018-06-29 00:34:56 +01:00
parent e5b3c011c6
commit 162fd49971
25 changed files with 0 additions and 162 deletions

View File

@@ -75,9 +75,7 @@ DBN_DECL /* database number */
if ( dio_read( *dba, (char * *)&ptr, NOPGHOLD ) ) RETURN( db_status );
bytecpy( &type, ptr, sizeof(INT) );
type &= ~RLBMASK;
#ifndef ONE_DB
type += curr_db_table->rt_offset;
#endif
for (mem = set_ptr->st_members, memtot = mem + set_ptr->st_memtot,
mem_ptr = &member_table[mem];