Skip to content

Commit d9864b1

Browse files
[sdk] Remove redundant NotNullWhen in SelfDiagnosticsConfigParser.TryParseLogDirectory (open-telemetry#6073)
Co-authored-by: Mikel Blanchard <[email protected]>
1 parent 54f7d9e commit d9864b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OpenTelemetry/Internal/SelfDiagnosticsConfigParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public bool TryGetConfiguration(
118118

119119
internal static bool TryParseLogDirectory(
120120
string configJson,
121-
[NotNullWhen(true)]
122121
out string logDirectory)
123122
{
124123
var logDirectoryResult = LogDirectoryRegex.Match(configJson);

0 commit comments

Comments
 (0)