rm old comment on HHWheelTimer::UniquePtr
authorXiao Shi <xshi@fb.com>
Wed, 30 Aug 2017 03:05:38 +0000 (20:05 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 30 Aug 2017 03:20:11 +0000 (20:20 -0700)
Summary: This comment is outdated.

Reviewed By: yfeldblum

Differential Revision: D5730049

fbshipit-source-id: f6088c4354210fafb019656cdf8246abf90fbc06

folly/io/async/HHWheelTimer.h

index d670e3baf069f8168bc6dcb38c679aee88bfc991..a8978a1b53520385ba15093bde47322a3bb31acf 100644 (file)
@@ -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>;