Skip to content

Commit bd2f491

Browse files
committed
chore: removes obsolete member
Signed-off-by: Vincent Biret <[email protected]>
1 parent bc42a65 commit bd2f491

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ internal static class Constants
167167
/// </summary>
168168
public const string StringType = "string";
169169

170-
/// <summary>
171-
/// integer type
172-
/// </summary>
173-
[Obsolete("integer is not a valid OpenAPI type. Use number instead.")]
174-
public const string IntegerType = "integer";
175-
176170
/// <summary>
177171
/// number type
178172
/// </summary>

0 commit comments

Comments
 (0)