Browse Source

[std] no_simplification doesn't exist anymore

There's a few more, but those don't have @:semantics meta.
Jens Fischer 6 years ago
parent
commit
b7e59d2ae5
2 changed files with 0 additions and 2 deletions
  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;