libDtSearch: NO_TIMESTAMP is always on for CDE

This commit is contained in:
Peter Howkins
2018-06-29 00:47:03 +01:00
parent a1ad4ae25b
commit 9d921ba219
55 changed files with 0 additions and 1230 deletions

View File

@@ -66,11 +66,6 @@ DBN_DECL /* database number */
RETURN( dberr( S_NOCM ) );
curr_rec = curr_mem[set];
#ifndef NO_TIMESTAMP
/* set timestamp */
if ( db_tsrecs )
cr_time = cm_time[set];
#endif
RETURN( db_status = S_OKAY );
}
/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin setrm.c */