Skip to content

Commit 66e4101

Browse files
committed
chore: removes unused method
1 parent 1394da7 commit 66e4101

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Microsoft.OpenApi/Writers/OpenApiWriterSettings.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,5 @@ internal bool ShouldInlineReference(OpenApiReference reference)
2626
return (reference.IsLocal && InlineLocalReferences)
2727
|| (reference.IsExternal && InlineExternalReferences);
2828
}
29-
30-
internal bool ShouldInlineReference()
31-
{
32-
return InlineLocalReferences || InlineExternalReferences;
33-
}
3429
}
3530
}

0 commit comments

Comments
 (0)