Explorar o código

remove unused match case

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
c0c7beb05c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      genpy.ml

+ 0 - 1
genpy.ml

@@ -916,7 +916,6 @@ module Transformer = struct
 
 		| ( _, TConst _ ) -> lift_expr a_expr
 		| ( _, TTypeExpr _ ) -> lift_expr a_expr
-		| ( _, TEnumParameter _ ) -> lift_expr a_expr
 		| ( _, TUnop _ ) -> assert false
 		| ( true, TWhile(econd, ebody, DoWhile) ) ->
 			let new_expr = trans false [] a_expr in