aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2019-11-10 11:09:14 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2019-11-10 11:18:10 +0100
commitecc1a4ecd0d2f5f4fa7000516bf881cc1e30191c (patch)
treea05fb20e26d1ea37b7f0384b3891d4a72750ad87
parentcef7df37ce6b7f306631b2864889f01f74830824 (diff)
parent3d133482b20c0acc03cdbe5f9104ae8dedde8e4d (diff)
downloadbitcoin-ecc1a4ecd0d2f5f4fa7000516bf881cc1e30191c.tar.xz
Merge #17431: Remove unnecessary forward declaration
3d133482b20c0acc03cdbe5f9104ae8dedde8e4d Remove unnecessary forward declaration (Mark Erhardt) Pull request description: This removes an unnecessary forward declaration. ACKs for top commit: jnewbery: Tested ACK 3d133482b20c0acc03cdbe5f9104ae8dedde8e4d laanwj: ACK 3d133482b20c0acc03cdbe5f9104ae8dedde8e4d Tree-SHA512: 9e5b14e861c2b9fa2d7707ed67c4667540e9812a762e00f5039691eeca82390eb7462d20ad781d4e8c9111517e989da7aef60b112ab33abb774e32d9845b5459
-rw-r--r--src/txmempool.h2
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