projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
207ab87
)
DelayedDestruction cleanup
author
Sophia Wang
<xiaosophiawang@fb.com>
Fri, 31 Jul 2015 16:32:55 +0000
(09:32 -0700)
committer
facebook-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
patch
|
blob
|
history
diff --git
a/folly/io/async/DelayedDestruction.h
b/folly/io/async/DelayedDestruction.h
index 079046628a7eaf34c9464b9741b242046ece8560..e7cf7d42c13992729fe7d80ca31e8e28673e29b8 100644
(file)
--- 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
};
}