mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Remove unused variable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user