浏览代码

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 ^ "'")) }