diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-02-21 09:48:27 -0800 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-02-21 10:06:27 -0800 |
commit | fae86c38bca5c960462e53975314a0749db5d17d (patch) | |
tree | ab37c90ad339526d73e7680091bb28967c90a74a /src/util/time.h | |
parent | fa9af06d91e9357e86863781746f0e78a509967e (diff) |
util: Remove unused MilliSleep
Diffstat (limited to 'src/util/time.h')
-rw-r--r-- | src/util/time.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/time.h b/src/util/time.h index 445ca3acb3..77de1e047d 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -38,8 +38,6 @@ void SetMockTime(int64_t nMockTimeIn); /** For testing */ int64_t GetMockTime(); -void MilliSleep(int64_t n); - /** Return system time (or mocked time, if set) */ template <typename T> T GetTime(); |