瀏覽代碼

removed Protected

Nicolas Cannasse 18 年之前
父節點
當前提交
622e59bb24
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      std/StdTypes.hx

+ 0 - 6
std/StdTypes.hx

@@ -94,9 +94,3 @@ typedef Iterable<T> = {
 	The type parameter represent the type of the elements stored.
 **/
 extern interface ArrayAccess<T> { }
-
-/**
-   Protected represent the type parameter that cannot be used when using variance annotations.
-**/
-extern enum Protected {
-}