From b71d3246daac2c856ab4c4826390ce7ccf7ce685 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 1 May 2018 20:06:33 +0100 Subject: Remove unused lexer pattern --- libjsonpp/json.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/libjsonpp/json.ll b/libjsonpp/json.ll index 265e47c..d7be30e 100644 --- a/libjsonpp/json.ll +++ b/libjsonpp/json.ll @@ -21,7 +21,6 @@ beginstr "\"" endstr "\"" true "true" false "false" -bool {true|false} null "null" number [-+]?[0-9]+(\.[0-9]+)? colon ":" -- cgit v1.2.3