Skip to content

Commit

Permalink
Revert "String optimization and addition of Suffix() (algorand#126)"
Browse files Browse the repository at this point in the history
This reverts commit 7cb7b9a.
  • Loading branch information
jasonpaulos committed Nov 8, 2021
1 parent cc405a5 commit 564e602
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 597 deletions.
4 changes: 1 addition & 3 deletions pyteal/ast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
)

# ternary ops
from .ternaryexpr import Ed25519Verify, SetBit, SetByte
from .substring import Substring, Extract, Suffix
from .ternaryexpr import Ed25519Verify, Substring, Extract, SetBit, SetByte

# more ops
from .naryexpr import NaryExpr, And, Or, Concat
Expand Down Expand Up @@ -190,7 +189,6 @@
"Ed25519Verify",
"Substring",
"Extract",
"Suffix",
"SetBit",
"SetByte",
"NaryExpr",
Expand Down
309 changes: 0 additions & 309 deletions pyteal/ast/substring.py

This file was deleted.

Loading

0 comments on commit 564e602

Please sign in to comment.