]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove now superfluous size check of uncompressed files
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 13 Oct 2019 14:28:24 +0000 (16:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Oct 2019 10:44:54 +0000 (12:44 +0200)
commitf861c38d8312216e6c9dd2838e9bd33712a33311
treecb99b5bc2f1fbab2630745f8c1fb66ce04e06f27
parent6587b941651c4c74daa3158c346e854a7419c4b7
Remove now superfluous size check of uncompressed files

Uncompressed cache files have a trailing checksum as well; this wasn’t
the case earlier in the format design process.
src/CacheEntryReader.cpp
src/ccache.hpp
src/legacy_util.cpp
test/suites/base.bash
test/suites/no_compression.bash