From 8f097555332f626abc71139755e3a50c98062f89 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 16 Jan 2017 17:29:10 -0800 Subject: [PATCH] chaindb: remove useless object. --- lib/blockchain/chaindb.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/blockchain/chaindb.js b/lib/blockchain/chaindb.js index 8159c5c8..5a240edb 100644 --- a/lib/blockchain/chaindb.js +++ b/lib/blockchain/chaindb.js @@ -2166,11 +2166,6 @@ function getSize(value) { return value.length + 80; } -function BlockPair(hash, height) { - this.hash = hash; - this.height = height; -} - /* * Expose */