소스 검색

Removed debug line

Taddeus Kroes 11 년 전
부모
커밋
a1435cf4d2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lexer.mll

+ 0 - 1
lexer.mll

@@ -143,5 +143,4 @@ rule token = parse
 
   | eof | '\000'        { EOF }
 
-  | _                   { token lexbuf }
   | _ as c { raise (SyntaxError ("unexpected '" ^ Char.escaped c ^ "'")) }