소스 검색

Removing imperative operators from whitelist.

Bart De Smet 8 년 전
부모
커밋
18a5572d85
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      AsyncRx.NET/ApiCompare/Program.cs

+ 0 - 6
AsyncRx.NET/ApiCompare/Program.cs

@@ -23,12 +23,6 @@ namespace ApiCompare
 
                 "Subscribe",  // Trivially renamed to SubscribeAsync.
 
-                "If",       // Postponing imperative operators.
-                "DoWhile",  // Postponing imperative operators.
-                "Case",     // Postponing imperative operators.
-                "For",      // Postponing imperative operators.
-                "While",    // Postponing imperative operators.
-
                 "Collect",        // Postponing push-to-pull adapters.
                 "Chunkify",       // Postponing push-to-pull adapters.
                 "GetEnumerator",  // Postponing push-to-pull adapters.