Commit d615b776 authored by Sophia Wang's avatar Sophia Wang Committed by facebook-github-bot-4

DelayedDestruction cleanup

Summary: remove unnecessary stuff

Reviewed By: @siyengar

Differential Revision: D2284095
parent 207ab876
......@@ -105,7 +105,6 @@ class DelayedDestruction : public DelayedDestructionBase {
return;
}
delete this;
(void)delayed; // prevent unused variable warnings
};
}
......
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