diff options
| author | 2023-01-23 07:42:07 +0000 | |
|---|---|---|
| committer | 2023-01-23 13:07:53 +0000 | |
| commit | 5c4badf8ea3ba775854f0d26d3f2e0e119584faa (patch) | |
| tree | 05dd2c5c545f12f71866be6422146477ddd30e3f /src/helperfuncs.cpp | |
| parent | Vendor the fmtlib library. (diff) | |
Replace InspIRCd::Format with fmt::format.
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 260a19a0b..98ce2fed4 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -410,13 +410,6 @@ std::string InspIRCd::Format(va_list& vaList, const char* formatString) return std::string(formatBuffer.data()); } -std::string InspIRCd::Format(const char* formatString, ...) -{ - std::string ret; - VAFORMAT(ret, formatString, formatString); - return ret; -} - std::string InspIRCd::TimeString(time_t curtime, const char* format, bool utc) { #ifdef _WIN32 |
