Skip to content

Commit e319176

Browse files
committed
Revert
1 parent b793d3c commit e319176

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/docs-builder/Http/DocumentationWebHost.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Licensed to Elasticsearch B.V under one or more agreements.
22
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
33
// See the LICENSE file in the project root for more information
4-
5-
using System.Diagnostics;
64
using System.Diagnostics.CodeAnalysis;
75
using System.IO.Abstractions;
86
using System.Reflection;
@@ -32,11 +30,9 @@ public class DocumentationWebHost
3230

3331
private readonly BuildContext _context;
3432
private readonly ILogger<DocumentationWebHost> _logger;
35-
private readonly int _port;
3633

3734
public DocumentationWebHost(string? path, int port, ILoggerFactory logger, IFileSystem fileSystem)
3835
{
39-
_port = port;
4036
_logger = logger.CreateLogger<DocumentationWebHost>();
4137
var builder = WebApplication.CreateSlimBuilder();
4238

0 commit comments

Comments
 (0)