From 57be955ba070c8e41c8bd8b41be1ad912a588c52 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 27 Nov 2014 09:50:20 +0100 Subject: Remove -printblock, -printblocktree, and -printblockindex --- src/main.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.h') 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 */ -- cgit v1.2.3