Browse Source

Removed debug line

Taddeus Kroes 11 năm trước cách đây
mục cha
commit
a1435cf4d2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 ^ "'")) }