Some cleanups to folly::EventBase after converting to folly::Function
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 10 Apr 2016 21:51:09 +0000 (14:51 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Sun, 10 Apr 2016 22:05:27 +0000 (15:05 -0700)
commit652d34b9f9c22fcceafe2ab05eb5d1387a93c876
tree810d1e019316b06c10ec1e7db55dd96cfac05b30
parent2dafcc987ed3e65f006a5c5beaa7832d3f3a7ec0
Some cleanups to folly::EventBase after converting to folly::Function

Summary:[Folly] Some cleanups to `folly::EventBase` after converting to `folly::Function`.

* Fix up some comments referring to `std::function`.
* Remove the `SmallFunctor` bits - `folly::Function` takes over for that.
* Remove `runFunctionPtr` - it's unused.

Reviewed By: spacedentist

Differential Revision: D3155511

fb-gh-sync-id: 38c75d1254993f59c8eaa7826dc8d9facb50a3a1
fbshipit-source-id: 38c75d1254993f59c8eaa7826dc8d9facb50a3a1
folly/io/async/EventBase.cpp
folly/io/async/EventBase.h