1
0
Fork 0
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:
Daniil Sedov 2023-02-05 23:56:21 +03:00 committed by GitHub
parent 7c7555300b
commit 3e9900feb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";