Remove redundant folly::toStdString calls
commit4d9f67f5c446366b4ea6106762d7374c0afead6b
authorVictor Zverovich <viz@fb.com>
Mon, 30 Mar 2020 15:55:03 +0000 (30 08:55 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 30 Mar 2020 16:14:00 +0000 (30 09:14 -0700)
treed77ae969f10c15c6ae205e553afbffe0ac5e1048
parent51bc485361b50422f44d9338378d195aad6d0919
Remove redundant folly::toStdString calls

Summary: D20195395 has changed `errnoStr` to return `std::string` instead of `fbstring`. Remove the calls to `folly::toStdString` that have now become redundant.

Reviewed By: alexeyt

Differential Revision: D20376715

fbshipit-source-id: 394bf41654f1cf7b76d04da696aee06ead9dbe5a
hphp/runtime/base/directory.h
hphp/runtime/base/file.cpp
hphp/runtime/ext/posix/ext_posix.cpp
hphp/runtime/ext/sockets/ext_sockets.cpp
hphp/runtime/vm/as.cpp
hphp/runtime/vm/repo.cpp