Skip to content

Commit 4c31f91

Browse files
committed
Issue#1537: Comment removal.
1 parent 24e7ac4 commit 4c31f91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vsg/vhdlFile/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def find_earliest_occurrence_not_in_paren(lEnd, iToken, lObjects):
278278
def find_next_token(iToken, lObjects):
279279
iLenObjects = len(lObjects)
280280
iCurrent = iToken
281-
# Iterate through to avoid slicing and enumerate() for speed.
282281
while iCurrent < iLenObjects:
283282
if type(lObjects[iCurrent]) is parser_item:
284283
return iCurrent

0 commit comments

Comments
 (0)