3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 13:23:39 +00:00

remove comment #4956

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-21 22:18:24 -08:00
parent 0eb04df834
commit d2abc9ed0f

View file

@ -1819,15 +1819,6 @@ if _lib is None:
print(" builtins.Z3_LIB_DIRS = [ '/path/to/libz3.%s' ] " % _ext)
raise Z3Exception("libz3.%s not found." % _ext)
# def _str_to_bytes(s):
# if isinstance(s, str):
# try:
# return s.encode('latin-1')
# except:
# # kick the bucket down the road. :-J
# return s
# else:
# return s
if sys.version < '3':
def _str_to_bytes(s):