]> granicus.if.org Git - re2c/commitdiff
Removed unused variable.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 10 Mar 2015 17:07:10 +0000 (17:07 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 10 Mar 2015 17:07:10 +0000 (17:07 +0000)
re2c/code.cc

index 202fb025d2e935079a626669a83ce17068db24af..85410e9db8cbca6df451cefb8f67ef3caef5abff 100644 (file)
@@ -1078,8 +1078,6 @@ void Go::genGoto(OutputFile & o, uint ind, const State *from, const State *next,
                        if (to && to->isBase)
                        {
                                const BitMap *b = BitMap::find(to);
-                               std::string sYych;
-
                                if (b && matches(b->go, b->on, this, to))
                                {
                                        Go go;