chaindb: remove useless object.

This commit is contained in:
Christopher Jeffrey 2017-01-16 17:29:10 -08:00
parent ca3dea3470
commit 8f09755533
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2166,11 +2166,6 @@ function getSize(value) {
return value.length + 80;
}
function BlockPair(hash, height) {
this.hash = hash;
this.height = height;
}
/*
* Expose
*/