Commit acf4b746 authored by generatedunixname89002005287564's avatar generatedunixname89002005287564 Committed by Facebook Github Bot

Remove dead includes in folly/functional

Reviewed By: Orvid

Differential Revision: D18169787

fbshipit-source-id: 1580df251c9ae87e9c268f1599d8c61232b48a4d
parent fd84bde1
......@@ -81,7 +81,6 @@ struct GuardObjBase {
GuardObjBase(GuardObjBase const&) = delete;
GuardObjBase& operator=(GuardObjBase const&) = delete;
};
typedef GuardObjBase const& Guard;
template <class F, class Tuple>
struct GuardObj : GuardObjBase {
......
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