瀏覽代碼

[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.
 	Note: Using this type should be considered a bad practice unless overriding a native function is needed.
 **/
 **/
-@:analyzer(no_simplification)
 @:analyzer(no_local_dce)
 @:analyzer(no_local_dce)
 @:semantics(reference)
 @:semantics(reference)
 typedef Out<T> = T;
 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.
 	Note: Using this type should be considered a bad practice unless overriding a native function is needed.
 **/
 **/
-@:analyzer(no_simplification)
 @:semantics(reference)
 @:semantics(reference)
 typedef Ref<T> = T;
 typedef Ref<T> = T;