]> granicus.if.org Git - re2c/commitdiff
Removed unused class variable.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 29 Jun 2015 20:51:02 +0000 (21:51 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 29 Jun 2015 20:51:02 +0000 (21:51 +0100)
re2c/src/ir/regexp/regexp_rule.h

index 3e6718f3821fee46bb15e0cf4b74a9d43f220159..b1c4cdf5b30fa69b159ad637a9b3f4d24b8d2180 100644 (file)
@@ -17,7 +17,6 @@ public:
        Ins * ins;
        rule_rank_t rank;
        Token * code;
-       uint32_t line;
 
        inline RuleOp (RegExp * e, RegExp * c, Token * t, rule_rank_t r, InsAccess access)
                : exp (e)
@@ -25,7 +24,6 @@ public:
                , ins (NULL)
                , rank (r)
                , code (t)
-               , line (0)
        {
                ins_access = access;
        }