From 859f75b9920db87c1f6e13ebaaccd04af2001497 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 5 Jun 2006 18:22:02 +0000 Subject: [PATCH] - Remove unused variable --- re2c/code.cc | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.40.0