Remove unused fields and parameters.
This commit is contained in:
committed by
abcdefg30
parent
3b5bfb4bf4
commit
a3ccc81892
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user