Remove redundant base constructor call.

This commit is contained in:
Jarl Gullberg 2017-07-30 17:46:43 +02:00
parent 7ac6812ce7
commit af3aef4d9e
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -20,7 +20,6 @@ namespace Bind.Structures
/// Creates a new Parameter without type and name.
/// </summary>
public Parameter()
:base()
{
}