Skip to content

Commit

Permalink
[sdk] Remove redundant NotNullWhen in SelfDiagnosticsConfigParser.Try…
Browse files Browse the repository at this point in the history
…ParseLogDirectory (#6073)

Co-authored-by: Mikel Blanchard <[email protected]>
  • Loading branch information
SimonCropp and CodeBlanch authored Jan 22, 2025
1 parent 54f7d9e commit d9864b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OpenTelemetry/Internal/SelfDiagnosticsConfigParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public bool TryGetConfiguration(

internal static bool TryParseLogDirectory(
string configJson,
[NotNullWhen(true)]
out string logDirectory)
{
var logDirectoryResult = LogDirectoryRegex.Match(configJson);
Expand Down

0 comments on commit d9864b1

Please sign in to comment.