urldetect: Remove 'content' parsing for opensuse tumbleweed

tumbleweed uses treeinfo now, so this path shouldn't be hit in
the wild anymore

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-07-18 17:33:27 -04:00
parent 25b3113ba9
commit bf1fcdcd12
1 changed files with 0 additions and 3 deletions

View File

@ -556,9 +556,6 @@ class _SuseDistro(_RHELDistro):
return
version = distro_version.split('.', 1)[0].strip()
if len(version) == 8:
# Tumbleweed 8 digit date
return "opensusetumbleweed"
if int(version) < 10:
return self._variant_prefix + "9"