mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 09:06:15 +02:00
remove formathelper
This commit is contained in:
parent
b193aca4ae
commit
397dbe114e
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ inline hintformat hintfmt(std::string fs)
|
||||||
// we won't be receiving any args in this case, so escape all percents.
|
// we won't be receiving any args in this case, so escape all percents.
|
||||||
boost::replace_all(fs, "%", "%%");
|
boost::replace_all(fs, "%", "%%");
|
||||||
hintformat f(fs);
|
hintformat f(fs);
|
||||||
formatHelper(f);
|
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue