diff regexParser/regexParser.cc @ 214:a94f57af1600

remove allocateCCstate createCCState
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 28 Dec 2015 20:32:36 +0900
parents b0ae5273925c
children 61d4d466e64c
line wrap: on
line diff
--- a/regexParser/regexParser.cc	Mon Dec 28 19:02:14 2015 +0900
+++ b/regexParser/regexParser.cc	Mon Dec 28 20:32:36 2015 +0900
@@ -127,7 +127,6 @@
     cc->left = NULL;
     cc->right = NULL;
     cc->stateNum = 0;
-    cc->state = NULL;
     RangeListPtr rangeList = &cc->cond.range;
     rangeList->begin = *ri->ptr;
     rangeList->end = *ri->ptr;