From 3e9900feb14d49c397f8180c00100d37ae43a9fd Mon Sep 17 00:00:00 2001 From: Daniil Sedov <42098239+Gusarich@users.noreply.github.com> Date: Sun, 5 Feb 2023 23:56:21 +0300 Subject: [PATCH] Remove unsafe_tuple from stdlib --- crypto/smartcont/stdlib.fc | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/smartcont/stdlib.fc b/crypto/smartcont/stdlib.fc index 0c621928..5c6a823e 100644 --- a/crypto/smartcont/stdlib.fc +++ b/crypto/smartcont/stdlib.fc @@ -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";