mirror of
https://github.com/Kindelia/Kind2.git
synced 2024-11-05 07:05:32 +03:00
remove unused function
This commit is contained in:
parent
9d869c7d00
commit
4bdcd074d4
@ -42,12 +42,6 @@ RLP.show(r: RLP): String
|
||||
// Length
|
||||
// ------
|
||||
|
||||
RLP.decoder.byte(bytes: Bytes): U8
|
||||
case bytes {
|
||||
nil: 0#8
|
||||
cons: bytes.head
|
||||
}
|
||||
|
||||
RLP.encode.length(add: Nat, length: Nat): Bytes
|
||||
if Nat.ltn(length, 56) then
|
||||
Bytes.from_nat(Nat.add(add,length))
|
||||
|
Loading…
Reference in New Issue
Block a user