Move read_stdin_to_string from ClientUtils to Sys_utils
commit4ba3034ef93eb239a700c4463be57493daee4444
authorJez Ng <jezng@fb.com>
Wed, 20 May 2015 19:47:45 +0000 (20 12:47 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 20 May 2015 20:00:45 +0000 (20 13:00 -0700)
tree062d8da6b37655a53f3436aace27b178331adbce
parentab6e53bcf8ee02b809e398a533f6064a8cab5458
Move read_stdin_to_string from ClientUtils to Sys_utils

Summary: This is part of the work to break the dependence of Flow's
server/client code from Hack's

Reviewed By: @dlreeves

Differential Revision: D2087210
hphp/hack/src/client/clientCheck.ml
hphp/hack/src/client/clientSymbolInfo.ml
hphp/hack/src/client/clientUtils.ml [deleted file]
hphp/hack/src/utils/sys_utils.ml