Shell/Mempool: minor clean up, remove unneeded function
This commit is contained in:
parent
98d772cc75
commit
52d7215ed2
@ -263,9 +263,6 @@ module Make(Proto: Registered_protocol.T) : T with module Proto = Proto = struct
|
|||||||
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