3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #1541 from fmgoncalves/patch-1

Fix #1540 Remove extraneous function
This commit is contained in:
Nikolaj Bjorner 2018-03-16 07:40:13 -07:00 committed by GitHub
commit 3a4a58ecfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,9 +368,6 @@ class AstRef(Z3PPObject):
def __copy__(self):
return self.translate(self.ctx)
def __deepcopy__(self):
return self.translate(self.ctx)
def hash(self):
"""Return a hashcode for the `self`.