Skip to content

Commit

Permalink
Always check old==new, even for missing array size.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Nov 14, 2024
1 parent fa28c5d commit 83ad353
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packaging/var-checker
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def parse_vars(fn, lines):
label = chk.pop(0)
new = chk.pop(0)
lst = chk.pop(0)
if not new:
continue
if label == 'type':
new = ' '.join(new.split()).replace(' *', '*')
if m['var'] in lst:
Expand Down

0 comments on commit 83ad353

Please sign in to comment.