Move the Environment portability header to the stdlib header
authorChristopher Dykes <cdykes@fb.com>
Fri, 27 Jan 2017 02:11:24 +0000 (18:11 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 27 Jan 2017 02:17:56 +0000 (18:17 -0800)
commitc7b4aca63bb20a1d177c1a333d222ec390fae613
treed185bf2b26e0775300a351ac96ed683f137fc056
parentfa172175980b13569ba42008202a857af6e959dd
Move the Environment portability header to the stdlib header

Summary: This completely kills the environment portability header, which was among the earliest, and was created before the general convention of splitting based on the header they are in, in the standard library, existed. The functions that were defined in it are expected to be in stdlib, so move them there.

Reviewed By: mzlee

Differential Revision: D4462502

fbshipit-source-id: c4549b9d1ea623644223db4365b81507f443ad5e
folly/Makefile.am
folly/Subprocess.cpp
folly/experimental/TestUtil.cpp
folly/experimental/test/TestUtilTest.cpp
folly/portability/Environment.cpp [deleted file]
folly/portability/Environment.h [deleted file]
folly/portability/Stdlib.cpp
folly/portability/Stdlib.h