Remove all other print() methods

All unused.
This commit is contained in:
Wladimir J. van der Laan
2014-08-20 20:54:27 +02:00
parent 9b6d4c5cdc
commit 3802224110
10 changed files with 0 additions and 51 deletions

View File

@@ -839,11 +839,6 @@ public:
GetBlockHash().ToString());
}
void print() const
{
LogPrintf("%s\n", ToString());
}
// Check whether this block index entry is valid up to the passed validity level.
bool IsValid(enum BlockStatus nUpTo = BLOCK_VALID_TRANSACTIONS) const
{
@@ -935,11 +930,6 @@ public:
hashPrev.ToString());
return str;
}
void print() const
{
LogPrintf("%s\n", ToString());
}
};
/** Capture information about block/transaction validation */