Skip to content

Commit

Permalink
generate: no need to dedup anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Mar 15, 2024
1 parent b90471d commit a06eb67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def get_functions():
if match:
xmm_usage[file].add(int(match.group(1)))

functions = list(set(functions))
functions.sort()
return functions, function_xmm

Expand Down

0 comments on commit a06eb67

Please sign in to comment.