diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-02 18:05:04 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-02 18:05:04 +0100 |
| commit | 78dafb5399941e0e1b6110c6424d06f4477e80cc (patch) | |
| tree | fa33b3642ee64e02f0a3a2d8c6fce5a5c09f4fac /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 36a109cb0f5bd22daae2895948b357b366b5062f (diff) | |
Throw exception when calling unreachable function
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 5853d20c8..98c7cf38b 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -2291,10 +2291,7 @@ namespace Emby.Server.Implementations /// <returns>Task{CheckForUpdateResult}.</returns> public Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress) { -#if DEBUG throw new Exception("Unimplemented"); -#endif - return Task.FromResult(new CheckForUpdateResult()); } /// <summary> |
