From: Xiao Shi Date: Wed, 30 Aug 2017 03:05:38 +0000 (-0700) Subject: rm old comment on HHWheelTimer::UniquePtr X-Git-Tag: v2017.09.04.00~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=985a7f472fd219feff497f6c5ee5e8758b2fd917;p=folly.git rm old comment on HHWheelTimer::UniquePtr Summary: This comment is outdated. Reviewed By: yfeldblum Differential Revision: D5730049 fbshipit-source-id: f6088c4354210fafb019656cdf8246abf90fbc06 --- 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;