Skip to content

Commit f34b16e

Browse files
authored
Update Tools/ssl/make_ssl_data.py
1 parent d633f19 commit f34b16e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/ssl/make_ssl_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def parse_openssl_error_text(args):
134134
"""
135135
# ignore backslash line continuation (placed before <MESSAGE> if present)
136136
pat = re.compile(r"^((\w+?)_R_(\w+)):(\d+):")
137-
seen = {}
138137
for match in file_search(args.errtxt, pat):
139138
reason, libname, errname, num = match.groups()
140139
if "_F_" in reason: # ignore function codes

0 commit comments

Comments
 (0)