util: Remove unused MilliSleep

This commit is contained in:
MarcoFalke
2020-02-21 09:48:27 -08:00
parent fa9af06d91
commit fae86c38bc
5 changed files with 2 additions and 91 deletions

View File

@@ -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();