]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Remove Stat::OnError::throw_error
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 27 Jul 2023 17:11:09 +0000 (19:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 2 Aug 2023 11:36:34 +0000 (13:36 +0200)
commit3974856a9b6f945162f827f59f048e55f2e64cb4
tree331982dc45e570712466af4becb53aa270920760
parentdb8d418b2ae7a0d30d513b851077c116239e3eea
refactor: Remove Stat::OnError::throw_error

This is in preparation for moving the Stat class to util where we don't
want to know about core::Error.
src/Stat.cpp
src/Stat.hpp
src/ccache.cpp
src/core/FileRecompressor.cpp
src/core/Result.cpp
src/core/ResultExtractor.cpp
src/core/ResultRetriever.cpp
src/core/mainoptions.cpp
src/storage/local/LocalStorage.cpp
unittest/test_Stat.cpp