remove CTransaction::IsNewerThan which is never used

This commit is contained in:
Kamil Domanski
2014-05-13 20:58:25 +02:00
parent 0e31e5631c
commit f4057cb749
2 changed files with 0 additions and 30 deletions

View File

@@ -219,7 +219,6 @@ public:
}
uint256 GetHash() const;
bool IsNewerThan(const CTransaction& old) const;
// Return sum of txouts.
int64_t GetValueOut() const;