diff options
author | Mark Erhardt <mark@bitgo.com> | 2019-11-09 21:56:03 -0800 |
---|---|---|
committer | Mark Erhardt <mark@bitgo.com> | 2019-11-09 22:08:29 -0800 |
commit | 3d133482b20c0acc03cdbe5f9104ae8dedde8e4d (patch) | |
tree | 0fe25f55c4a210cf2b9cb01b2c42fd05cf89f228 | |
parent | a7aec7ad97949a82f870c033d8fd8b65d772eacb (diff) |
Remove unnecessary forward declaration
-rw-r--r-- | src/txmempool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 9ccede9d4d..4a7640b78a 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -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 |