Remove redundant base constructor call.
This commit is contained in:
parent
7ac6812ce7
commit
af3aef4d9e
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ namespace Bind.Structures
|
||||||
/// Creates a new Parameter without type and name.
|
/// Creates a new Parameter without type and name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Parameter()
|
public Parameter()
|
||||||
:base()
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue