Skip to content

Commit 3d13348

Browse files
author
Mark Erhardt
committed
Remove unnecessary forward declaration
1 parent a7aec7a commit 3d13348

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/txmempool.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ struct LockPoints
5050
LockPoints() : height(0), time(0), maxInputBlock(nullptr) { }
5151
};
5252

53-
class CTxMemPool;
54-
5553
/** \class CTxMemPoolEntry
5654
*
5755
* CTxMemPoolEntry stores data about the corresponding transaction, as well

0 commit comments

Comments
 (0)