summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-05-01 20:06:33 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-05-01 20:06:33 +0100
commitb71d3246daac2c856ab4c4826390ce7ccf7ce685 (patch)
treebcfdd8e9a471b82b23b5798390eb936566d77f78
parentRemove straggling boost include (diff)
downloadlibjsonpp-b71d3246daac2c856ab4c4826390ce7ccf7ce685.tar.bz2
libjsonpp-b71d3246daac2c856ab4c4826390ce7ccf7ce685.tar.xz
libjsonpp-b71d3246daac2c856ab4c4826390ce7ccf7ce685.zip
Remove unused lexer pattern
-rw-r--r--libjsonpp/json.ll1
1 files changed, 0 insertions, 1 deletions
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 ":"