mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
refactor: Remove unused error()
This commit is contained in:
parent
fad0335517
commit
fa39151394
1 changed files with 0 additions and 6 deletions
|
@ -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 <typename... Args>
|
||||
void error(const char* fmt, const Args&... args)
|
||||
{
|
||||
LogPrintf("ERROR: %s\n", tfm::format(fmt, args...));
|
||||
}
|
||||
|
||||
#endif // BITCOIN_LOGGING_H
|
||||
|
|
Loading…
Reference in a new issue