From af3aef4d9e7e16155f4b7a8304fcb24ef46989ec Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 30 Jul 2017 17:46:43 +0200 Subject: [PATCH] Remove redundant base constructor call. --- src/Generator.Bind/Structures/Parameter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator.Bind/Structures/Parameter.cs b/src/Generator.Bind/Structures/Parameter.cs index 626c4280..297422ed 100644 --- a/src/Generator.Bind/Structures/Parameter.cs +++ b/src/Generator.Bind/Structures/Parameter.cs @@ -20,7 +20,6 @@ namespace Bind.Structures /// Creates a new Parameter without type and name. /// public Parameter() - :base() { }