Explorar o código

SkipUntil(): remove unused helper class (#694)

David Karnok %!s(int64=7) %!d(string=hai) anos
pai
achega
2dacd1d2f0

+ 0 - 5
Rx.NET/Source/src/System.Reactive/Linq/Observable/SkipUntil.cs

@@ -114,11 +114,6 @@ namespace System.Reactive.Linq.ObservableImpl
         }
     }
 
-    internal static class SkipUntilTerminalException
-    {
-        internal static readonly Exception Instance = new Exception("No further exceptions");
-    }
-
     internal sealed class SkipUntil<TSource> : Producer<TSource, SkipUntil<TSource>._>
     {
         private readonly IObservable<TSource> _source;