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-11-22 00:41:57 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-11-22 00:41:57 +0300
commit6876d765b0bff6ae449840c83c81adc9c02d2394 (patch)
treee07ef7891c0fb86df655ff81023366fc64a148a1 /Duplicati/Server
parent7d1d2563150bd2ff47e93a28a985bd9b8736444c (diff)
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)
{