diff options
author | Patrick Steinhardt <ps@pks.im> | 2019-06-14 14:12:19 +0200 |
---|---|---|
committer | Patrick Steinhardt <ps@pks.im> | 2019-06-14 15:59:47 +0200 |
commit | 2d85c7e86d893946a4f0e84f57698833c3b79c37 (patch) | |
tree | d771794cac097e13da7aa3966084917076610d54 /tests/diff/blob.c | |
parent | 0c2d0d4b90401088c5c67eea2c4c80588c854ff7 (diff) | |
download | libgit2-2d85c7e86d893946a4f0e84f57698833c3b79c37.tar.gz |
posix: remove `p_fallocate` abstraction
By now, we have repeatedly failed to provide a nice
cross-platform implementation of `p_fallocate`. Recent tries to
do that escalated quite fast to a set of different CMake checks,
implementations, fallbacks, etc., which started to look real
awkward to maintain. In fact, `p_fallocate` had only been
introduced in commit 4e3949b73 (tests: test that largefiles can
be read through the tree API, 2019-01-30) to support a test with
large files, but given the maintenance costs it just seems not to
be worht it.
As we have removed the sole user of `p_fallocate` in the previous
commit, let's drop it altogether.
Diffstat (limited to 'tests/diff/blob.c')
0 files changed, 0 insertions, 0 deletions