aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-format-strings.py
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-02-22 15:51:27 +0000
committerfanquake <fanquake@gmail.com>2022-02-22 15:51:27 +0000
commit5b8f2484baad451b5c24725bf3387c79213b0695 (patch)
tree04626db8f9d93065555c3fd1821d98d22451ef92 /test/lint/lint-format-strings.py
parentc44e734dca64a15fae92255a5d848c04adaad2fa (diff)
downloadbitcoin-5b8f2484baad451b5c24725bf3387c79213b0695.tar.xz
lint: remove no-longer used exceptions from lint-format-strings.py
Diffstat (limited to 'test/lint/lint-format-strings.py')
-rwxr-xr-xtest/lint/lint-format-strings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lint/lint-format-strings.py b/test/lint/lint-format-strings.py
index 2870432bff..47f40e2746 100755
--- a/test/lint/lint-format-strings.py
+++ b/test/lint/lint-format-strings.py
@@ -22,8 +22,6 @@ FALSE_POSITIVES = [
("src/wallet/wallet.h", "LogPrintf((\"%s \" + fmt).c_str(), GetDisplayName(), parameters...)"),
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(std::string fmt, Params... parameters)"),
("src/wallet/scriptpubkeyman.h", "LogPrintf((\"%s \" + fmt).c_str(), m_storage.GetDisplayName(), parameters...)"),
- ("src/logging.h", "LogPrintf(const char* fmt, const Args&... args)"),
- ("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(const std::string& fmt, const Params&... parameters)"),
]