Skip to content

Commit 45b7ee8

Browse files
authored
Delete leftover line from bin/h5vers. (#5900)
1 parent 4399814 commit 45b7ee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/h5vers

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ if ($CHANGELOG) {
322322
for (my $i = 0; $i < $#contents; ++$i) {
323323
if ($contents[$i] =~ /^# 🔆 Executive Summary: HDF5 Version/) {
324324
$contents[$i] = sprintf("# 🔆 Executive Summary: HDF5 Version %d.%d.%d\n", @newver[0,1,2]);
325-
@newver[0,1,2]);
326325
last;
327326
}
328327
}

0 commit comments

Comments
 (0)