]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove now redundant resetting of config
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Feb 2020 18:40:58 +0000 (19:40 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Feb 2020 20:19:31 +0000 (21:19 +0100)
commitae635d22567d144bfc35fb8c95f31bf84584d485
treef2f9004447ab0d5b34bf745fa2740eba8225d26f
parentd98d48cdc25b8b9c13c6bd310b58576517cdded1
Remove now redundant resetting of config

Since the configuation no longer is global there is no need to reset the
unmodified Config object passed by cct_test_begin to cc_reset.
src/Config.cpp
src/Config.hpp
src/ccache.cpp
src/ccache.hpp
unittest/framework.cpp