Shell/Mempool: minor clean up, remove unneeded function
This commit is contained in:
parent
e7a967376c
commit
1420715ab9
@ -269,9 +269,6 @@ module Make(Static: STATIC)(Proto: Registered_protocol.T)
|
|||||||
let add t parsed_op result =
|
let add t parsed_op result =
|
||||||
Operation_hash.Table.replace t parsed_op.hash result
|
Operation_hash.Table.replace t parsed_op.hash result
|
||||||
|
|
||||||
let mem t parsed_op =
|
|
||||||
Operation_hash.Table.mem t parsed_op.hash
|
|
||||||
|
|
||||||
let find_opt t parsed_op =
|
let find_opt t parsed_op =
|
||||||
Operation_hash.Table.find_opt t parsed_op.hash
|
Operation_hash.Table.find_opt t parsed_op.hash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user