mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 03:20:56 -06:00
Remove unused variable
This commit is contained in:
parent
94e91e5960
commit
58e869d5e4
@ -183,7 +183,6 @@ function convertDocumentToMarkdown(doc: Word.Document): string {
|
||||
var tableColumnCount: number;
|
||||
var tableCellIndex: number;
|
||||
var columnAlignment: number[] = [];
|
||||
var imageCount: number = 0;
|
||||
|
||||
function setProperties(target: any, properties: any) {
|
||||
for (var name in properties) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user