diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-27 14:35:52 +0100 |
---|---|---|
committer | jtimon <jtimon@jtimon.cc> | 2014-12-27 16:01:31 +0100 |
commit | e035c6a7371027fe33c460ee2d0946a7f1e4e592 (patch) | |
tree | 3e3a4c424b616ae694966fc8ab6bb9d0f23ded1f /src/main.h | |
parent | d7621ccf9d064db19de742ed1a0ac59fffa06c0d (diff) |
Decouple CBlockUndo from CDiskBlockPos
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); }; |