Skip to content

Commit 5b8f248

Browse files
committed
lint: remove no-longer used exceptions from lint-format-strings.py
1 parent c44e734 commit 5b8f248

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/lint/lint-format-strings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
("src/wallet/wallet.h", "LogPrintf((\"%s \" + fmt).c_str(), GetDisplayName(), parameters...)"),
2323
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(std::string fmt, Params... parameters)"),
2424
("src/wallet/scriptpubkeyman.h", "LogPrintf((\"%s \" + fmt).c_str(), m_storage.GetDisplayName(), parameters...)"),
25-
("src/logging.h", "LogPrintf(const char* fmt, const Args&... args)"),
26-
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(const std::string& fmt, const Params&... parameters)"),
2725
]
2826

2927

0 commit comments

Comments
 (0)