From deac9d4c42b64b14a45c19d458b62220d605b9c2 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 8 Jun 2017 23:03:21 +0900 Subject: [PATCH] Code cleanup --- peglib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peglib.h b/peglib.h index b8a0e18..f70b4f6 100644 --- a/peglib.h +++ b/peglib.h @@ -1616,7 +1616,7 @@ inline std::pair line_info(const char* start, const char* cur) { typedef std::unordered_map Grammar; typedef std::function Log; -typedef std::unordered_map> Rules; +//typedef std::unordered_map> Rules; class ParserGenerator {