diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-06-19 15:57:19 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-06-19 15:57:19 -0600 |
commit | 397dbe114e78682a370832e31269147b9d6ac6fa (patch) | |
tree | 3e783e37f436a224d266c2be181218210ddb8095 /src/libutil/fmt.hh | |
parent | b193aca4ae339fb20184827e28523169d2d5370a (diff) |
remove formathelper
Diffstat (limited to 'src/libutil/fmt.hh')
-rw-r--r-- | src/libutil/fmt.hh | 1 |
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; } } |