remove clock time in WIN32 mode

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
dongdaxiang 6 years ago
parent f2b92d77b5
commit 66522046ad

@ -39,7 +39,7 @@ inline double current_realtime() {
clock_gettime(CLOCK_REALTIME, &tp);
return tp.tv_sec + tp.tv_nsec * 1e-9;
#else
return 0.0;
return 0;
#endif
}

Loading…
Cancel
Save