summaryrefslogtreecommitdiff
path: root/drivers/unix/os_unix.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-09-29 22:55:14 +0200
committerGitHub <noreply@github.com>2018-09-29 22:55:14 +0200
commit9768ce5763cd0fdd8c17c8f052e1c65036517768 (patch)
tree67af0e6572595961e0b15a8f087de20d1cbd0e1b /drivers/unix/os_unix.h
parent0eff2efe33d61a9d26411a3a9a0d5172292a51cc (diff)
parent460e3376a4df121e34347a7c901e0ef1413fcc82 (diff)
Merge pull request #22424 from Faless/back_to_the_future
Use monotonic clock for get_ticks_usec
Diffstat (limited to 'drivers/unix/os_unix.h')
-rw-r--r--drivers/unix/os_unix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h
index f4abfa2dd4..b702454603 100644
--- a/drivers/unix/os_unix.h
+++ b/drivers/unix/os_unix.h
@@ -42,8 +42,6 @@
class OS_Unix : public OS {
- uint64_t ticks_start;
-
protected:
// UNIX only handles the core functions.
// inheriting platforms under unix (eg. X11) should handle the rest