Skip to content

Commit ca328e3

Browse files
committed
fixed unused namespaces that were no longer included failing the build
1 parent 95ec3cf commit ca328e3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/CodeGeneration/Nest.Litterateur/Documentation/Files/CSharpDocumentationFile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Linq;
44
using System.Text;
55
using Microsoft.CodeAnalysis.CSharp;
6-
using Microsoft.CodeAnalysis.Formatting;
76
using Nest.Litterateur.Documentation.Blocks;
87
using Nest.Litterateur.Walkers;
98

src/CodeGeneration/Nest.Litterateur/Walkers/CodeWithDocumentationWalker.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
using System.Linq;
88
using System.Text;
99
using System.Text.RegularExpressions;
10-
using Microsoft.CodeAnalysis.Formatting;
11-
#if !DOTNETCORE
12-
using Microsoft.CodeAnalysis.MSBuild;
13-
#endif
14-
using Microsoft.CodeAnalysis.Text;
1510
using Nest.Litterateur.Documentation.Blocks;
1611

1712
namespace Nest.Litterateur.Walkers

0 commit comments

Comments
 (0)