Skip to content

Commit 7204954

Browse files
Fix code scanning alert no. 287: Disallow unused variables
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 64cabe1 commit 7204954

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sourcemap/SourceMapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ function extractMajorSection(section: string, input: string): string[] {
170170
i++;
171171
}
172172

173-
const count: number = +(lines[i++].split(/[[]+/)[1]);
174173
return lines.slice(start, i);
175174
}
176175

0 commit comments

Comments
 (0)