diff options
| author | Mark Erhardt <[email protected]> | 2019-11-09 21:56:03 -0800 |
|---|---|---|
| committer | Mark Erhardt <[email protected]> | 2019-11-09 22:08:29 -0800 |
| commit | 3d133482b20c0acc03cdbe5f9104ae8dedde8e4d (patch) | |
| tree | 0fe25f55c4a210cf2b9cb01b2c42fd05cf89f228 /src | |
| parent | Merge #15934: Merge settings one place instead of five places (diff) | |
| download | discoin-3d133482b20c0acc03cdbe5f9104ae8dedde8e4d.tar.xz discoin-3d133482b20c0acc03cdbe5f9104ae8dedde8e4d.zip | |
Remove unnecessary forward declaration
Diffstat (limited to 'src')
| -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 9ccede9d4..4a7640b78 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 |