Skip to content

Commit 312791e

Browse files
committed
Remove nullability annotation from HttpCommandExecutor.CreateHttpClient
1 parent 3ca5ba7 commit 312791e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/src/webdriver/Remote/HttpCommandExecutor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
using OpenQA.Selenium.Internal.Logging;
2222
using System;
2323
using System.Collections.Generic;
24-
using System.Diagnostics.CodeAnalysis;
2524
using System.Globalization;
2625
using System.Linq;
2726
using System.Net;
@@ -223,7 +222,6 @@ protected virtual void OnSendingRemoteHttpRequest(SendingRemoteHttpRequestEventA
223222
}
224223
}
225224

226-
[MemberNotNull(nameof(client))]
227225
private void CreateHttpClient()
228226
{
229227
HttpClientHandler httpClientHandler = new HttpClientHandler();

0 commit comments

Comments
 (0)