From 3d133482b20c0acc03cdbe5f9104ae8dedde8e4d Mon Sep 17 00:00:00 2001 From: Mark Erhardt Date: Sat, 9 Nov 2019 21:56:03 -0800 Subject: Remove unnecessary forward declaration --- src/txmempool.h | 2 -- 1 file changed, 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 -- cgit v1.2.3