Skip to content

Commit f1e0565

Browse files
committed
Remove unused constructor for parsed builtin none type in NoneType class
1 parent c9bf32d commit f1e0565

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/MLIR/Dialects/Builtin/NoneType.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ namespace MLIR;
1515
/// </remarks>
1616
public partial class NoneType : TypeReference
1717
{
18-
/// <summary>
19-
/// Initializes a new parsed builtin none type.
20-
/// </summary>
21-
public NoneType(BuiltinNoneTypeSyntax syntax)
22-
: this(syntax, syntax.Location)
23-
{
24-
}
25-
2618
/// <summary>
2719
/// Initializes a new synthetic builtin none type.
2820
/// </summary>

0 commit comments

Comments
 (0)