Commit 985a7f47 authored by Xiao Shi's avatar Xiao Shi Committed by Facebook Github Bot

rm old comment on HHWheelTimer::UniquePtr

Summary: This comment is outdated.

Reviewed By: yfeldblum

Differential Revision: D5730049

fbshipit-source-id: f6088c4354210fafb019656cdf8246abf90fbc06
parent c02d6033
......@@ -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<HHWheelTimer, Destructor>;
using SharedPtr = std::shared_ptr<HHWheelTimer>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment