mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Remove unsafe_tuple from stdlib
This commit is contained in:
parent
7c7555300b
commit
3e9900feb1
1 changed files with 0 additions and 1 deletions
|
@ -641,7 +641,6 @@ forall X -> cell force_cast_to_cell(X x) asm "NOP";
|
|||
forall X -> slice force_cast_to_slice(X x) asm "NOP";
|
||||
forall X -> int force_cast_to_int(X x) asm "NOP";
|
||||
forall X -> tuple force_cast_to_tuple(X x) asm "NOP";
|
||||
forall X -> tuple unsafe_tuple(X x) asm "NOP";
|
||||
|
||||
;; get c5 register
|
||||
cell get_c5() asm "c5 PUSH";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue