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 Skovhede <kenneth@hexad.dk>2020-12-19 16:41:40 +0300
committerGitHub <noreply@github.com>2020-12-19 16:41:40 +0300
commitae0316b107c9232ebb92588b95b073ee388c1fff (patch)
tree81b8e8272cdfb4f5a860ffecac1b36ccf8066cd1 /Duplicati/Server
parentd8571397837c3b33f562903bdf6ae8672cda3a92 (diff)
parent6876d765b0bff6ae449840c83c81adc9c02d2394 (diff)
Merge pull request #4375 from warwickmm/remove_unreachable_code
Remove unreachable code
Diffstat (limited to 'Duplicati/Server')
-rw-r--r--Duplicati/Server/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Duplicati/Server/Program.cs b/Duplicati/Server/Program.cs
index ddbbc8a8d..ea9e93cf7 100644
--- a/Duplicati/Server/Program.cs
+++ b/Duplicati/Server/Program.cs
@@ -271,8 +271,6 @@ namespace Duplicati.Server
Console.WriteLine(Strings.Program.SeriousError(mex.ToString()));
return 100;
-
- throw;
}
catch (Exception ex)
{