Nicolas Cannasse 19 years ago
parent
commit
9f93ad2a85
1 changed files with 0 additions and 2 deletions
  1. 0 2
      typer.ml

+ 0 - 2
typer.ml

@@ -289,8 +289,6 @@ let rec return_flow e =
 	| TIf (_,e1,Some e2) ->
 		return_flow e1;
 		return_flow e2;
-	| TWhile ({ eexpr = TConst (TBool true) },e,_) ->
-		return_flow e
 	| TSwitch (_,cases,Some e) ->
 		List.iter (fun (_,e) -> return_flow e) cases;
 		return_flow e