Remove File::tryOpen
authorTom Jackson <tjackson@fb.com>
Wed, 6 Mar 2013 23:27:38 +0000 (15:27 -0800)
committerJordan DeLong <jdelong@fb.com>
Tue, 19 Mar 2013 00:08:18 +0000 (17:08 -0700)
commita6fac16f6b71d04aaa8be6f5c0f2a1e7e70d6915
tree744cc6d37a1605431c02fd770c1718a8680de982
parent9d6c66ddc8f6f38eef4c6f1c09abb3b30f888057
Remove File::tryOpen

Summary:
In hopes of keeping 'busywork' helpers out of folly, I've moved this
closer to the code that needed to do this.

Test Plan: Unit tests

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D729194

Blame Revision: D726916
folly/File.cpp
folly/File.h
folly/test/FileTest.cpp