]> granicus.if.org Git - re2c/commitdiff
- Remove unused variable
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 5 Jun 2006 18:22:02 +0000 (18:22 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 5 Jun 2006 18:22:02 +0000 (18:22 +0000)
re2c/code.cc

index 07289af59c16ede62cb083abef914c4530521939..75c1ad6f4337000f330472e224456172a3f742b2 100644 (file)
@@ -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))
                                        {