소스 검색

remove lying comments

Simon Krajewski 5 달 전
부모
커밋
396b11b663
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/syntax/parser.ml

+ 0 - 2
src/syntax/parser.ml

@@ -125,9 +125,7 @@ type parser_display_information = {
 }
 
 type 'a parse_result =
-	(* Parsed non-display-file without errors. *)
 	| ParseSuccess of 'a * parser_display_information
-	(* Parsed non-display file with errors *)
 	| ParseError of 'a * parse_error * parse_error list
 
 let create_context lexer_ctx config in_macro code = {