aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/fmt.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/fmt.hh')
-rw-r--r--src/libutil/fmt.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/fmt.hh b/src/libutil/fmt.hh
index ccab1c512..789e500ef 100644
--- a/src/libutil/fmt.hh
+++ b/src/libutil/fmt.hh
@@ -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;
}
}