Remove folly/ContainerTraits.h
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 31 Oct 2017 05:00:24 +0000 (22:00 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 31 Oct 2017 05:10:29 +0000 (22:10 -0700)
commitb22935cd23251a9958f73242cb1dc44dfc75c5f5
tree400ba2025dba9319e9a566fe453f121aafb56b19
parent056261eb833b833e8b5edb90f37207c4c622a40d
Remove folly/ContainerTraits.h

Summary:
[Folly] Remove `folly/ContainerTraits.h`.

It has some handly helpers, but it is not a real abstraction or utility library. Within Folly, only `folly/Padded.h` uses it, so just rewrite the bit that needs it.

Reviewed By: LeeHowes

Differential Revision: D6183066

fbshipit-source-id: 24a223fe517d21ff531e0fa80172f15d4f963e51
folly/ContainerTraits.h [deleted file]
folly/Makefile.am
folly/Padded.h
folly/test/ContainerTraitsTest.cpp [deleted file]