From e04b2c8600e699a0e06ce7fadb830da2b02b9dee Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 25 Oct 2016 11:53:42 +0200 Subject: [PATCH] Remove dead code --- check_tags_in_requests.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/check_tags_in_requests.py b/check_tags_in_requests.py index d2821813..6673dd24 100755 --- a/check_tags_in_requests.py +++ b/check_tags_in_requests.py @@ -60,13 +60,6 @@ class TagChecker(ReviewBot.ReviewBot): if self.factory is None: self.factory = "openSUSE:Factory" super(TagChecker, self).__init__(*args, **kwargs) - needed_tags = [r'bnc#[0-9]+', - r'cve-[0-9]{4}-[0-9]+', - r'fate#[0-9]+', - r'boo#[0-9]+', - r'bsc#[0-9]+', - r'bgo#[0-9]+'] - self.needed_tags_re = [re.compile(tag, re.IGNORECASE) for tag in needed_tags] self.review_messages['declined'] = """ (This is a script running, so report bugs)