Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rise1507 committed Jul 3, 2024
1 parent b66b103 commit 62bfd99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/wallet_v5.fc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const int prefix::extension_action = 0x6578746E;

;;; returns the number of trailing zeroes in slice s.
int count_trailing_zeroes(slice s) asm "SDCNTTRAIL0";
;;; returns the number of trailing ones in slice s.
int count_trailing_ones(slice s) asm "SDCNTTRAIL1";

;;; returns the last 0 ≤ l ≤ 1023 bits of s.
slice get_last_bits(slice s, int l) asm "SDCUTLAST";
Expand Down

0 comments on commit 62bfd99

Please sign in to comment.