Remove portability/Stdlib.{h,cpp}
authorMichael Lee <mzlee@fb.com>
Sat, 12 Mar 2016 00:08:55 +0000 (16:08 -0800)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Sat, 12 Mar 2016 00:20:22 +0000 (16:20 -0800)
commit5ae81138c02ec6e14b34ab1f383acf70546abbb8
treea114c09b1a12822e296b98f859be06106215e2a7
parentb1eb6819f3ffe6b645f39d505ca8ace3116b7873
Remove portability/Stdlib.{h,cpp}

Summary: This was wrong and is like better solved, not with a shim layer, but by not using such a platform-specific function in the first place.

Reviewed By: yfeldblum

Differential Revision: D3001253

fb-gh-sync-id: 460cc46b1c9adc3d229a07cb290270f7afbbb1e0
shipit-source-id: 460cc46b1c9adc3d229a07cb290270f7afbbb1e0
folly/Makefile.am
folly/Memory.h
folly/portability/Memory.cpp [new file with mode: 0644]
folly/portability/Memory.h [new file with mode: 0644]
folly/portability/Stdlib.cpp [deleted file]
folly/portability/Stdlib.h [deleted file]
folly/test/RangeTest.cpp