various: remove unused variables
This commit is contained in:
parent
631ef00e76
commit
adaea3ea3c
|
@ -1065,8 +1065,6 @@ namespace cryptonote
|
|||
// prefix
|
||||
get_transaction_prefix_hash(t, hashes[0]);
|
||||
|
||||
transaction &tt = const_cast<transaction&>(t);
|
||||
|
||||
const blobdata blob = tx_to_blob(t);
|
||||
const unsigned int unprunable_size = t.unprunable_size;
|
||||
const unsigned int prefix_size = t.prefix_size;
|
||||
|
|
Loading…
Reference in New Issue