From ab5cdde8892627a257b97d7cd171bcc0f3921e47 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Tue, 10 Mar 2015 17:07:10 +0000 Subject: [PATCH] Removed unused variable. --- re2c/code.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/re2c/code.cc b/re2c/code.cc index 202fb025..85410e9d 100644 --- a/re2c/code.cc +++ b/re2c/code.cc @@ -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; -- 2.40.0