slap_set_time() is no longer necessary.

This commit is contained in:
Kurt Zeilenga 1999-03-22 19:16:22 +00:00
parent 89ff3b6392
commit 4b65e74fa8
2 changed files with 0 additions and 2 deletions

View File

@ -764,7 +764,6 @@ bdb2i_set_txn_checkpoint( DB_TXNMGR *txmgr, int forced )
logsize = forced ? (u_int32_t) 0 : txn_max_pending_log;
mins = forced ? (u_int32_t) 0 : txn_max_pending_time;
slap_set_time();
now = slap_get_time();
rc = txn_checkpoint( txmgr, logsize, mins );

View File

@ -149,7 +149,6 @@ monitor_info( Connection *conn, Operation *op )
attr_merge( e, "bytessent", vals );
#endif
slap_set_time();
currenttime = slap_get_time();
ldap_pvt_thread_mutex_lock( &gmtime_mutex );