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-08-24 17:49:14 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-08-24 17:49:14 +0300
commitc15cdcf26ae6eb4cdfaff1f547add6eafe7f8121 (patch)
tree03008cecbdf58cec756f680afb194cff6f830cbc /Duplicati/UnitTest
parent5915fdfba94b0a6a333fb98696d47427038fce9d (diff)
Remove unused local variable.
Diffstat (limited to 'Duplicati/UnitTest')
-rw-r--r--Duplicati/UnitTest/ImportExportTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Duplicati/UnitTest/ImportExportTests.cs b/Duplicati/UnitTest/ImportExportTests.cs
index 897b04c6f..9d0a05c7a 100644
--- a/Duplicati/UnitTest/ImportExportTests.cs
+++ b/Duplicati/UnitTest/ImportExportTests.cs
@@ -75,7 +75,6 @@ namespace Duplicati.UnitTest
[TestCase(false)]
public void ExportToJSONEncoding(bool removePasswords)
{
- Dictionary<string, string> metadata = new Dictionary<string, string>();
Dictionary<string, string> advancedOptions = new Dictionary<string, string> {{"server-datafolder", this.serverDatafolder}};
string usernameKey = "auth-username";