From fa391513949b7a3b56321436e2015c7e9e6dac2b Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 11 Jan 2024 19:49:52 +0100 Subject: refactor: Remove unused error() --- src/logging.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/logging.h b/src/logging.h index abeb959215..eef70dd20f 100644 --- a/src/logging.h +++ b/src/logging.h @@ -263,10 +263,4 @@ static inline void LogPrintf_(const std::string& logging_function, const std::st // Deprecated conditional logging #define LogPrint(category, ...) LogDebug(category, __VA_ARGS__) -template -void error(const char* fmt, const Args&... args) -{ - LogPrintf("ERROR: %s\n", tfm::format(fmt, args...)); -} - #endif // BITCOIN_LOGGING_H -- cgit v1.2.3