Skip to content

Commit

Permalink
Merge bitcoin#17431: Remove unnecessary forward declaration
Browse files Browse the repository at this point in the history
3d13348 Remove unnecessary forward declaration (Mark Erhardt)

Pull request description:

  This removes an unnecessary forward declaration.

ACKs for top commit:
  jnewbery:
    Tested ACK 3d13348
  laanwj:
    ACK 3d13348

Tree-SHA512: 9e5b14e861c2b9fa2d7707ed67c4667540e9812a762e00f5039691eeca82390eb7462d20ad781d4e8c9111517e989da7aef60b112ab33abb774e32d9845b5459
  • Loading branch information
laanwj committed Nov 10, 2019
2 parents cef7df3 + 3d13348 commit ecc1a4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/txmempool.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecc1a4e

Please sign in to comment.