Skip to content

Commit 9a2ee7e

Browse files
committed
Remove useless comment
1 parent 8195ff6 commit 9a2ee7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.OpenApi/Models/OpenApiSchema.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ private static (IList<IOpenApiSchema>? effective, JsonSchemaType? inferredType,
886886
var schemaType = schema.Type;
887887
if (schemaType.HasValue)
888888
{
889-
// Remove null from the type using bitwise operator
890889
var typeWithoutNull = schemaType.Value & ~JsonSchemaType.Null;
891890

892891
if (typeWithoutNull != 0)

0 commit comments

Comments
 (0)