1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

branches/zip: Remove the unused function ut_clock().

This commit is contained in:
marko
2006-09-29 10:43:42 +00:00
parent 174bd7b7ca
commit a003cc70ab
2 changed files with 0 additions and 14 deletions

View File

@@ -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. */