urldetect: Drop attempt at sles9 distro detection

I can't find any publicly available media to test this case, I'm
not sure it does anything useful anyways, so just drop it

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2020-07-18 19:28:04 -04:00
parent bf1fcdcd12
commit 93c8e4aab3
-3
View File
@@ -557,9 +557,6 @@ class _SuseDistro(_RHELDistro):
version = distro_version.split('.', 1)[0].strip()
if int(version) < 10:
return self._variant_prefix + "9"
if str(self._variant_prefix).startswith(("sles", "sled")):
sp_version = ""
if len(distro_version.split('.', 1)) == 2: