Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2020-03-15 00:14:44 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-03-15 00:14:44 +0300
commit53730b3fc1ea6a6698482f3bdb2857fbf3dcd95d (patch)
treefda58c31930272e5dafb791c2c386c782508c67d /Duplicati/Library/Snapshots
parentc86ca0f38c7edc945e69d291afd63c3eb6d51ee4 (diff)
Remove comment disabling ReSharper warning.
This warning no longer applies.
Diffstat (limited to 'Duplicati/Library/Snapshots')
-rw-r--r--Duplicati/Library/Snapshots/UsnJournalService.cs1
1 files changed, 0 insertions, 1 deletions
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<string, VolumeData>();
// 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),