Skip to content

Commit b0a3d10

Browse files
spshah1701twizmwazin
authored andcommitted
Remove function comment
1 parent d544124 commit b0a3d10

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

claripy/backends/backend_z3.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -562,19 +562,6 @@ def _abstract_internal(self, ctx, ast, split_on=None):
562562
z3.Z3_inc_ref(ctx, ast)
563563
return a
564564

565-
# def replace_unicode(self, match):
566-
# """
567-
# Converts a Unicode escape sequence to the corresponding character.
568-
569-
# Args:
570-
# - match (re.Match): A regex match object containing a Unicode escape sequence.
571-
572-
# Returns:
573-
# - str: The Unicode character corresponding to the hexadecimal code.
574-
# """
575-
# hex_code = match.group(1)
576-
# return chr(int(hex_code, 16))
577-
578565
def _abstract_to_primitive(self, ctx, ast):
579566
decl = z3.Z3_get_app_decl(ctx, ast)
580567
decl_num = z3.Z3_get_decl_kind(ctx, decl)

0 commit comments

Comments
 (0)