From bdc6b623c323a6616c3efdfdb5fed38422c75d11 Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Mon, 26 Oct 2015 14:43:59 -0400 Subject: SERVER-21109 Add helper for waiting a balancing round in js tests --- src/mongo/util/time_support.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mongo/util/time_support.cpp') diff --git a/src/mongo/util/time_support.cpp b/src/mongo/util/time_support.cpp index cfcbf6e66e4..43fa92290af 100644 --- a/src/mongo/util/time_support.cpp +++ b/src/mongo/util/time_support.cpp @@ -815,10 +815,6 @@ void sleepmillis(long long s) { } #endif -void sleepFor(const Milliseconds& time) { - sleepmillis(time.count()); -} - void Backoff::nextSleepMillis() { // Get the current time unsigned long long currTimeMillis = curTimeMillis64(); -- cgit v1.2.1