]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove redundant static keyword for namespace-level constants
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 4 Sep 2020 13:23:25 +0000 (15:23 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Sep 2020 11:03:51 +0000 (13:03 +0200)
commit98b7360a965deffe5cdcfef564053609364d80b0
tree75ec62093b089b89798d75b502100394133d982e
parent971f03605d486acaece30532e238ff98ba904480
Remove redundant static keyword for namespace-level constants

Namespace-level constant objects have static storage duration by
default.
src/ccache.cpp
src/compopt.cpp
src/macroskip.hpp