From e035c6a7371027fe33c460ee2d0946a7f1e4e592 Mon Sep 17 00:00:00 2001 From: jtimon Date: Mon, 27 Oct 2014 14:35:52 +0100 Subject: Decouple CBlockUndo from CDiskBlockPos --- src/main.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index e38b413be1..7d6c293a3f 100644 --- a/src/main.h +++ b/src/main.h @@ -314,9 +314,6 @@ public: inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) { READWRITE(vtxundo); } - - bool WriteToDisk(CDiskBlockPos &pos, const uint256 &hashBlock); - bool ReadFromDisk(const CDiskBlockPos &pos, const uint256 &hashBlock); }; -- cgit v1.2.3