Remove redundant base constructor call.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Sun, 30 Jul 2017 15:46:43 +0000 (17:46 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Fri, 4 Aug 2017 10:35:06 +0000 (12:35 +0200)
src/Generator.Bind/Structures/Parameter.cs

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