]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove snprintf replacements
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 9 Aug 2019 18:34:07 +0000 (20:34 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 14 Aug 2019 19:42:34 +0000 (21:42 +0200)
commit4782edfc6d01b09d37e62632c6969d0975e5f5bd
tree38cb145c9122673a8def5a50b20750a3d4b62d34
parente33d114c47f96db40de0df1ee47c3cf0999cac9e
Remove snprintf replacements

They clash with MinGW-w64 C++ headers, so let’s remove them. Any
reasonably modern system should have them.
LICENSE.adoc
Makefile.in
configure.ac
m4/snprintf.m4 [deleted file]
src/system.hpp
src/third_party/snprintf.c [deleted file]