From 77241fdbb34a3a942aee3d7242c60a74bc4c9ce0 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 30 Jul 2017 18:46:29 +0200 Subject: [PATCH] Remove documentation for missing parameter. --- src/Generator.Bind/Structures/Constant.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator.Bind/Structures/Constant.cs b/src/Generator.Bind/Structures/Constant.cs index 68f4ec9a..abcbdf8c 100644 --- a/src/Generator.Bind/Structures/Constant.cs +++ b/src/Generator.Bind/Structures/Constant.cs @@ -108,7 +108,6 @@ namespace Bind.Structures /// /// The Constant to translate /// The list of enums to check. - /// The list of auxilliary enums to check. /// True if the reference was found; false otherwise. public static bool TranslateConstantWithReference(Constant c, EnumCollection enums) {