Skip to content

Commit 57d46b2

Browse files
remove equal for MemInst
1 parent cf35a6a commit 57d46b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

design/mvp/canonical-abi/definitions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ def ptr_type(self):
257257
def ptr_size(self):
258258
return ptr_size(self.ptr_type())
259259

260-
def equal(lhs, rhs):
261-
return lhs.bytes == rhs.bytes and \
262-
lhs.addrtype == rhs.addrtype
263-
264260
@dataclass
265261
class LiftOptions:
266262
string_encoding: str = 'utf8'

0 commit comments

Comments
 (0)