Skip to content

Commit b940b39

Browse files
authored
Merge pull request #1519 from JHertz5/issue-1518
Issue#1518: Remove commented-out code
2 parents d9d74f9 + 221c709 commit b940b39

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

tests/architecture/test_rule_029.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
lFile, eError = vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir, "rule_029_test_input.vhd"))
1313

14-
# lExpected = []
15-
# lExpected.append('')
16-
# utils.read_file(os.path.join(sTestDir, 'rule_029_test_input.fixed_allowing_comments_and_blank_lines.vhd'), lExpected)
17-
1814

1915
class test_rule(unittest.TestCase):
2016
def setUp(self):

tests/entity/test_rule_008.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -653,21 +653,3 @@ def test_rule_008_regex_with_whole_exception(self):
653653

654654
oRule.analyze(self.oFile)
655655
self.assertEqual(utils.extract_violation_lines_from_violation_object(oRule.violations), lExpected)
656-
657-
658-
# lExpected = []
659-
# lExpected.extend([2, 3, 4, 5])
660-
# lExpected.extend([7, 8, 9, 10])
661-
# lExpected.extend([12, 13, 14, 15])
662-
# lExpected.extend([17, 18, 19, 20])
663-
# lExpected.extend([22, 23, 24, 25])
664-
# lExpected.extend([27, 28, 29, 30])
665-
# lExpected.extend([32, 33, 34, 35])
666-
# lExpected.extend([37, 38, 39, 40])
667-
# lExpected.extend([42, 43, 44, 45])
668-
# lExpected.extend([47, 48, 49, 50])
669-
# lExpected.extend([52, 53, 54, 55])
670-
# lExpected.extend([57, 58, 59, 60])
671-
# lExpected.extend([62, 63, 64, 65])
672-
# lExpected.extend([69, 70, 71, 72])
673-
# lExpected.extend([74, 75, 76, 77])

tests/option/test_option.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
from vsg.rules.entity import rule_001
99
from vsg.vhdlFile.extract import tokens
1010

11-
# class command_line_args():
12-
# ''' This is used as an input into the version command.'''
13-
# def __init__(self, version=False):
14-
# self.version = version
15-
# self.style = 'indent_only'
16-
# self.configuration = []
17-
# self.debug = False
18-
# self.fix_only = False
19-
2011

2112
class testRuleMethods(unittest.TestCase):
2213
def setUp(self):

0 commit comments

Comments
 (0)