Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <[email protected]>
  • Loading branch information
justinabrahms committed May 9, 2024
1 parent 1b07f88 commit e92a16d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/repo_parser/spec_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ def main(refresh_spec=False, diff_output=False, limit_numbers=None, code_directo
print("")
print("Ours:")
print("\t%s" % txt)

# print('\n'.join(difflib.ndiff([txt], [spec_map[number]])))
# print(number + '\n' + '\n'.join([li for li in difflib.ndiff([txt], [spec_map[number]]) if not li.startswith(' ')]))
continue

report['extra'].add(number)
Expand Down

0 comments on commit e92a16d

Please sign in to comment.