From: Sophia Wang Date: Fri, 31 Jul 2015 16:32:55 +0000 (-0700) Subject: DelayedDestruction cleanup X-Git-Tag: v0.53.0~21 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=d615b7767ce982ca11fac9eba1b20cda825e73b3;ds=sidebyside DelayedDestruction cleanup Summary: remove unnecessary stuff Reviewed By: @siyengar Differential Revision: D2284095 --- diff --git a/folly/io/async/DelayedDestruction.h b/folly/io/async/DelayedDestruction.h index 07904662..e7cf7d42 100644 --- a/folly/io/async/DelayedDestruction.h +++ b/folly/io/async/DelayedDestruction.h @@ -105,7 +105,6 @@ class DelayedDestruction : public DelayedDestructionBase { return; } delete this; - (void)delayed; // prevent unused variable warnings }; }