Remove mini() and maxi()

C++11 provides std::min/std::max which we're using all over,
obviating the need for our own templates for this.

util.h now only provides two things: get_time and wcsfilecmp.
This commit removes everything that includes it which doesn't
use either; most because they no longer need mini or maxi from
it but some others were #including it unnecessarily.
This commit is contained in:
Aaron Gyes
2019-03-12 22:38:42 -07:00
parent b318ab17d2
commit f92c2921d2
11 changed files with 28 additions and 43 deletions

View File

@@ -41,7 +41,6 @@
#include "common.h" // IWYU pragma: keep
#include "fallback.h" // IWYU pragma: keep
#include "util.h" // IWYU pragma: keep
#if defined(TPARM_SOLARIS_KLUDGE)
#undef tparm