Skip to content

Commit a6db835

Browse files
committed
CS0168 The variable 'ex' is declared but never used
1 parent d3570a6 commit a6db835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemMigrationProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ private void PopulateWorkItem(WorkItemData oldWorkItemData, WorkItemData newWork
439439
newWorkItem.Fields["Microsoft.VSTS.Common.ClosedDate"].Value = oldWorkItem.Fields["Microsoft.VSTS.Common.ClosedDate"].Value;
440440
}
441441
}
442-
catch (FieldDefinitionNotExistException ex)
442+
catch (FieldDefinitionNotExistException)
443443
{
444444
// Eat exception coz the TFS API Sucks
445445
}

0 commit comments

Comments
 (0)