DelayedDestruction cleanup
authorSophia Wang <xiaosophiawang@fb.com>
Fri, 31 Jul 2015 16:32:55 +0000 (09:32 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Fri, 31 Jul 2015 17:22:26 +0000 (10:22 -0700)
Summary: remove unnecessary stuff

Reviewed By: @siyengar

Differential Revision: D2284095

folly/io/async/DelayedDestruction.h

index 079046628a7eaf34c9464b9741b242046ece8560..e7cf7d42c13992729fe7d80ca31e8e28673e29b8 100644 (file)
@@ -105,7 +105,6 @@ class DelayedDestruction : public DelayedDestructionBase {
         return;
       }
       delete this;
-      (void)delayed; // prevent unused variable warnings
     };
   }