浏览代码

No need for continue either

akarnokd 7 年之前
父节点
当前提交
fec5faf676
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Ix.NET/Source/System.Interactive/Retry.cs

+ 0 - 4
Ix.NET/Source/System.Interactive/Retry.cs

@@ -82,8 +82,6 @@ namespace System.Linq
 
                         yield return v;
                     }
-
-                    continue;
                 }
             }
         }
@@ -127,8 +125,6 @@ namespace System.Linq
 
                         yield return v;
                     }
-
-                    continue;
                 }
             }