mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
chore: Remove dead code
This commit is contained in:
parent
c8fa8f4125
commit
fcd66ed5ef
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user