From 53730b3fc1ea6a6698482f3bdb2857fbf3dcd95d Mon Sep 17 00:00:00 2001 From: Kenneth Hsu Date: Sat, 14 Mar 2020 14:14:44 -0700 Subject: Remove comment disabling ReSharper warning. This warning no longer applies. --- Duplicati/Library/Snapshots/UsnJournalService.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Duplicati') diff --git a/Duplicati/Library/Snapshots/UsnJournalService.cs b/Duplicati/Library/Snapshots/UsnJournalService.cs index 0dabf1296..5aef2a52d 100644 --- a/Duplicati/Library/Snapshots/UsnJournalService.cs +++ b/Duplicati/Library/Snapshots/UsnJournalService.cs @@ -76,7 +76,6 @@ namespace Duplicati.Library.Snapshots var result = new Dictionary(); // get hash identifying current source filter / sources configuration - // ReSharper disable once PossibleMultipleEnumeration var configHash = Utility.Utility.ByteArrayAsHexString(MD5HashHelper.GetHash(new string[] { emitFilter == null ? string.Empty : emitFilter.ToString(), string.Join("; ", m_sources), -- cgit v1.2.3