From d615b7767ce982ca11fac9eba1b20cda825e73b3 Mon Sep 17 00:00:00 2001 From: Sophia Wang Date: Fri, 31 Jul 2015 09:32:55 -0700 Subject: [PATCH] DelayedDestruction cleanup Summary: remove unnecessary stuff Reviewed By: @siyengar Differential Revision: D2284095 --- folly/io/async/DelayedDestruction.h | 1 - 1 file changed, 1 deletion(-) 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 }; } -- 2.34.1