common/Throttle: remove unsued code.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
This commit is contained in:
Jianpeng Ma 2020-04-03 10:54:46 +08:00
parent f56954c4c2
commit 9d18b3187e

View File

@ -117,9 +117,6 @@ public:
*/
void reset();
bool should_wait(int64_t c) const {
return _should_wait(c);
}
void reset_max(int64_t m) {
std::lock_guard l(lock);
_reset_max(m);