Skip to content

Commit 699fd3e

Browse files
authored
fix: removes unused constant
Signed-off-by: GitHub <[email protected]>
1 parent 78af6ff commit 699fd3e

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 static 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 static string IntegerType = "integer";
175-
176170
/// <summary>
177171
/// number type
178172
/// </summary>

0 commit comments

Comments
 (0)