Skip to content

Commit b492d25

Browse files
Optimized code
1 parent d422538 commit b492d25

File tree

1 file changed

+0
-1
lines changed
  • Word-document/Split-by-heading/.NET-Standard/Split-by-heading

1 file changed

+0
-1
lines changed

Word-document/Split-by-heading/.NET-Standard/Split-by-heading/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ static void Main(string[] args)
1313
//Load the template document as stream
1414
using (WordDocument document = new WordDocument(inputStream, FormatType.Docx))
1515
{
16-
MemoryStream memoryStream = null;
1716
WordDocument newDocument = null;
1817
WSection newSection = null;
1918
int headingIndex = 0;

0 commit comments

Comments
 (0)