sapling/eden/fs/inodes/overlay
Adam Simpkins 94690aa36d remove some unnecessary code from FsOverlay::validateHeader()
Summary:
There is no point to call `readBE<uint64_t>()` here.  The only way these calls
can fail is if the buffer is too short for the data, but we already checked
the buffer length at the top of the function.

Reviewed By: strager

Differential Revision: D16577701

fbshipit-source-id: 8b57cec05453b9b7224470671e032e3aefe41033
2019-07-31 13:53:57 -07:00
..
CMakeLists.txt update license headers in CMake files 2019-06-19 17:02:46 -07:00
FsOverlay.cpp remove some unnecessary code from FsOverlay::validateHeader() 2019-07-31 13:53:57 -07:00
FsOverlay.h update license headers in C++ files 2019-06-19 17:02:45 -07:00
overlay.thrift update license headers in thrift files 2019-06-19 17:02:46 -07:00