summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 8bc8d3b28..a4362069f 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -156,16 +156,6 @@ bool is_dir(const char *path);
*/
char *human_friendly_bytesize(unsigned long bytesize);
-/**
- * Returns a number of centiseconds, that increases in real time, for the
- * purposes of measuring how long something takes in wall-clock terms.
- *
- * The implementation uses gettimeofday() for this. Should the call
- * to gettimeofday() fail, it returns zero.
- *
- * \return number of centiseconds that increases monotonically
- */
-unsigned int wallclock(void);
/**
* Generate a string from one or more component elemnts separated with