mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 16:43:23 +02:00
Remove unnecessary forward declaration
This commit is contained in:
@@ -50,8 +50,6 @@ struct LockPoints
|
||||
LockPoints() : height(0), time(0), maxInputBlock(nullptr) { }
|
||||
};
|
||||
|
||||
class CTxMemPool;
|
||||
|
||||
/** \class CTxMemPoolEntry
|
||||
*
|
||||
* CTxMemPoolEntry stores data about the corresponding transaction, as well
|
||||
|
Reference in New Issue
Block a user