Skip to content

Commit 11f5cee

Browse files
committed
Remove unused variable
1 parent 488cf35 commit 11f5cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/make-release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def parse_changelog():
2626
match = re.search('^Version\s+(.*)', line.strip())
2727
if match is None:
2828
continue
29-
length = len(match.group(1))
3029
version = match.group(1).strip()
3130
if lineiter.next().count('-') != len(match.group(0)):
3231
continue

0 commit comments

Comments
 (0)