chore: Remove dead code

This commit is contained in:
txtsd 2022-04-06 17:57:35 +05:30
parent c8fa8f4125
commit fcd66ed5ef
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -317,11 +317,6 @@ def main():
eprint("Skipping version %s with non-numeric major version %s" % (key, major_version_str))
continue
major_version = int(major_version_str)
# if major_version >= 37:
# eprint ("Skipping unsupported major version %d (%s)" % (major_version, key))
# continue
if entry.recommended:
recommended_versions.append(version.rawVersion)