remove formathelper

This commit is contained in:
Ben Burdette 2020-06-19 15:57:19 -06:00
parent b193aca4ae
commit 397dbe114e

View file

@ -144,7 +144,6 @@ inline hintformat hintfmt(std::string fs)
// we won't be receiving any args in this case, so escape all percents.
boost::replace_all(fs, "%", "%%");
hintformat f(fs);
formatHelper(f);
return f;
}
}