From 985a7f472fd219feff497f6c5ee5e8758b2fd917 Mon Sep 17 00:00:00 2001 From: Xiao Shi Date: Tue, 29 Aug 2017 20:05:38 -0700 Subject: [PATCH] rm old comment on HHWheelTimer::UniquePtr Summary: This comment is outdated. Reviewed By: yfeldblum Differential Revision: D5730049 fbshipit-source-id: f6088c4354210fafb019656cdf8246abf90fbc06 --- folly/io/async/HHWheelTimer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/folly/io/async/HHWheelTimer.h b/folly/io/async/HHWheelTimer.h index d670e3ba..a8978a1b 100644 --- a/folly/io/async/HHWheelTimer.h +++ b/folly/io/async/HHWheelTimer.h @@ -54,7 +54,6 @@ namespace folly { class HHWheelTimer : private folly::AsyncTimeout, public folly::DelayedDestruction { public: - // This type has always been a misnomer, because it is not a unique pointer. using UniquePtr = std::unique_ptr; using SharedPtr = std::shared_ptr; -- 2.34.1