Преглед на файлове

[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;