mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/zip: Remove the unused function ut_clock().
This commit is contained in:
parent
77ebaf6f33
commit
285f1e1d0a
2 changed files with 0 additions and 14 deletions
|
@ -134,11 +134,6 @@ Sort function for ulint arrays. */
|
|||
void
|
||||
ut_ulint_sort(ulint* arr, ulint* aux_arr, ulint low, ulint high);
|
||||
/*============================================================*/
|
||||
/************************************************************
|
||||
The following function returns elapsed CPU time in milliseconds. */
|
||||
|
||||
ulint
|
||||
ut_clock(void);
|
||||
/**************************************************************
|
||||
Returns system time. We do not specify the format of the time returned:
|
||||
the only way to manipulate it is to use the function ut_difftime. */
|
||||
|
|
|
@ -56,15 +56,6 @@ ut_get_high32(
|
|||
return((ulint)i);
|
||||
}
|
||||
|
||||
/************************************************************
|
||||
The following function returns elapsed CPU time in milliseconds. */
|
||||
|
||||
ulint
|
||||
ut_clock(void)
|
||||
{
|
||||
return((clock() * 1000) / CLOCKS_PER_SEC);
|
||||
}
|
||||
|
||||
/**************************************************************
|
||||
Returns system time. We do not specify the format of the time returned:
|
||||
the only way to manipulate it is to use the function ut_difftime. */
|
||||
|
|
Loading…
Add table
Reference in a new issue