From: helly Date: Mon, 5 Jun 2006 18:22:02 +0000 (+0000) Subject: - Remove unused variable X-Git-Tag: 0.13.6~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=859f75b9920db87c1f6e13ebaaccd04af2001497;p=re2c - Remove unused variable --- diff --git a/re2c/code.cc b/re2c/code.cc index 07289af5..75c1ad6f 100644 --- a/re2c/code.cc +++ b/re2c/code.cc @@ -962,7 +962,6 @@ void Go::genGoto(std::ostream &o, uint ind, const State *from, const State *next if (to && to->isBase) { const BitMap *b = BitMap::find(to); - const char * sYych; if (b && matches(b->go, b->on, this, to)) {