Skip to content

Commit 5e35a90

Browse files
committed
interpreter: remove clang-tidy suppression
1 parent 4089682 commit 5e35a90

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/script/interpreter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,12 +1258,8 @@ class CTransactionSignatureSerializer
12581258
const CScript& scriptCode; //!< output script being consumed
12591259
const unsigned int nIn; //!< input index of txTo being signed
12601260
const bool fAnyoneCanPay; //!< whether the hashtype has the SIGHASH_ANYONECANPAY flag set
1261-
// Temporary workaround for a clang-tidy bug fixed in version 22.
1262-
// See: https://github.com/llvm/llvm-project/issues/160394.
1263-
// NOLINTBEGIN(modernize-use-default-member-init)
12641261
const bool fHashSingle; //!< whether the hashtype is SIGHASH_SINGLE
12651262
const bool fHashNone; //!< whether the hashtype is SIGHASH_NONE
1266-
// NOLINTEND(modernize-use-default-member-init)
12671263

12681264
public:
12691265
CTransactionSignatureSerializer(const T& txToIn, const CScript& scriptCodeIn, unsigned int nInIn, int nHashTypeIn) :

0 commit comments

Comments
 (0)