You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unused-typedef issue in mcrouter/routes/test/RouteHandleTestUtil.h +1
Summary:
LLVM has a warning `-Wunused-local-typedef` which we treat as an error because it identifies unused code which can cause otherwise unused includes to unnecessarily persist leading to longer build times.
For questions/comments, contact r-barnes.
- If you approve of this diff, please use the "Accept & Ship" button :-)
Reviewed By: dtolnay
Differential Revision: D77413733
fbshipit-source-id: d481f640af5df3b5602f8a7966fbb629122f511a
0 commit comments