aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-08-20 20:54:27 +0200
committerWladimir J. van der Laan <[email protected]>2014-08-20 20:54:27 +0200
commit380222411038cb4f74cbb109984c4b855b4799f6 (patch)
tree9f5aa1fbeb733724781ed219d922a9fe9746b6fa /src/main.h
parentMove strprintf define to tinyformat.h (diff)
downloaddiscoin-380222411038cb4f74cbb109984c4b855b4799f6.tar.xz
discoin-380222411038cb4f74cbb109984c4b855b4799f6.zip
Remove all other print() methods
All unused.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main.h b/src/main.h
index 01d3f119e..886cac150 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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 */