Browse Source

remove unused match case

Simon Krajewski 11 năm trước cách đây
mục cha
commit
c0c7beb05c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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