aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorMark Erhardt <mark@bitgo.com>2019-11-09 21:56:03 -0800
committerMark Erhardt <mark@bitgo.com>2019-11-09 22:08:29 -0800
commit3d133482b20c0acc03cdbe5f9104ae8dedde8e4d (patch)
tree0fe25f55c4a210cf2b9cb01b2c42fd05cf89f228 /src/txmempool.h
parenta7aec7ad97949a82f870c033d8fd8b65d772eacb (diff)
downloadbitcoin-3d133482b20c0acc03cdbe5f9104ae8dedde8e4d.tar.xz
Remove unnecessary forward declaration
Diffstat (limited to 'src/txmempool.h')
-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