Remove unused fields and parameters.

This commit is contained in:
Matthias Mailänder
2021-10-21 17:39:48 +02:00
committed by abcdefg30
parent 3b5bfb4bf4
commit a3ccc81892
10 changed files with 20 additions and 25 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenRA.Mods.Common.Lint
else
type = notificationReference.NotificationType;
var notifications = LintExts.GetFieldValues(traitInfo, field, emitError);
var notifications = LintExts.GetFieldValues(traitInfo, field);
foreach (var notification in notifications)
{
if (string.IsNullOrEmpty(notification))