소스 검색

[std] no_simplification doesn't exist anymore

There's a few more, but those don't have @:semantics meta.
Jens Fischer 6 년 전
부모
커밋
b7e59d2ae5
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      std/cs/Out.hx
  2. 0 1
      std/cs/Ref.hx

+ 0 - 1
std/cs/Out.hx

@@ -27,7 +27,6 @@ package cs;
 
 	Note: Using this type should be considered a bad practice unless overriding a native function is needed.
 **/
-@:analyzer(no_simplification)
 @:analyzer(no_local_dce)
 @:semantics(reference)
 typedef Out<T> = T;

+ 0 - 1
std/cs/Ref.hx

@@ -27,6 +27,5 @@ package cs;
 
 	Note: Using this type should be considered a bad practice unless overriding a native function is needed.
 **/
-@:analyzer(no_simplification)
 @:semantics(reference)
 typedef Ref<T> = T;