Skip to content

Commit deac9d4

Browse files
committed
Code cleanup
1 parent 79f4d90 commit deac9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peglib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ inline std::pair<size_t, size_t> line_info(const char* start, const char* cur) {
16161616
typedef std::unordered_map<std::string, Definition> Grammar;
16171617
typedef std::function<void (size_t, size_t, const std::string&)> Log;
16181618

1619-
typedef std::unordered_map<std::string, std::shared_ptr<Ope>> Rules;
1619+
//typedef std::unordered_map<std::string, std::shared_ptr<Ope>> Rules;
16201620

16211621
class ParserGenerator
16221622
{

0 commit comments

Comments
 (0)