Explorar el Código

[java] elimination of unsafe cast warnings from unit tests

Caue Waneck hace 12 años
padre
commit
95c9a82c93
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      genjava.ml

+ 0 - 1
genjava.ml

@@ -760,7 +760,6 @@ let configure gen =
         )
       | TType _ | TAbstract _ -> t
       | TAnon (anon) when (match !(anon.a_status) with | Statics _ | EnumStatics _ | AbstractStatics _ -> true | _ -> false) -> t
-      | TAnon _ -> dynamic_anon
       | TFun _ -> TInst(fn_cl,[])
       | _ -> t_dynamic
   in