Regex: minor code cleanup

This commit is contained in:
Maxime Coste 2018-02-09 22:19:56 +11:00
parent cb16e52179
commit aa9f7753e8

View File

@ -68,9 +68,7 @@ struct ParsedRegex
};
};
struct Node;
using NodeIndex = uint16_t;
struct Node
{
Op op;