Use readNoInt/writeNoInt in folly::Subprocess
authorAndrey Goder <agoder@fb.com>
Mon, 28 Apr 2014 20:43:17 +0000 (13:43 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 20 May 2014 19:53:56 +0000 (12:53 -0700)
commitb8ec9e5040170e4b7d044f971c772cbed3a6883e
tree67c72743c242e5b9962bb23a54b85d1dc1da794a
parente29b86e46a67a3e9a2feeb37c0ef0b0bf5513e2c
Use readNoInt/writeNoInt in folly::Subprocess

Summary: We have these helper methods, but are not using them. What sadness.

Test Plan:
fbconfig -r folly
fbmake runtests

Reviewed By: tudorb@fb.com

FB internal diff: D1299720
folly/Subprocess.cpp