Skip to content

Commit fa39151

Browse files
author
MarcoFalke
committed
refactor: Remove unused error()
1 parent fad0335 commit fa39151

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/logging.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,4 @@ static inline void LogPrintf_(const std::string& logging_function, const std::st
263263
// Deprecated conditional logging
264264
#define LogPrint(category, ...) LogDebug(category, __VA_ARGS__)
265265

266-
template <typename... Args>
267-
void error(const char* fmt, const Args&... args)
268-
{
269-
LogPrintf("ERROR: %s\n", tfm::format(fmt, args...));
270-
}
271-
272266
#endif // BITCOIN_LOGGING_H

0 commit comments

Comments
 (0)