瀏覽代碼

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

David Karnok 7 年之前
父節點
當前提交
2dacd1d2f0
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Rx.NET/Source/src/System.Reactive/Linq/Observable/SkipUntil.cs

+ 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;