aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-11-27 09:50:20 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2014-11-27 09:50:20 +0100
commit57be955ba070c8e41c8bd8b41be1ad912a588c52 (patch)
treeec39d12ebcb8d2522888c29873254beeeb04940e /src/main.h
parent9ff0bc9beb90cf96fb0a9698de22e2bc60fed2f2 (diff)
downloadbitcoin-57be955ba070c8e41c8bd8b41be1ad912a588c52.tar.xz
Remove -printblock, -printblocktree, and -printblockindex
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index c0d6412528..7a15c2608c 100644
--- a/src/main.h
+++ b/src/main.h
@@ -177,8 +177,6 @@ bool InitBlockIndex();
bool LoadBlockIndex();
/** Unload database information */
void UnloadBlockIndex();
-/** Print the loaded block tree */
-void PrintBlockTree();
/** Process protocol messages received from a given node */
bool ProcessMessages(CNode* pfrom);
/** Send queued protocol messages to be sent to a give node */