diff regexParser/subsetConstruction.cc @ 300:3e78631a6222

remove ragne list
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 03 Feb 2016 13:56:01 +0900
parents 948428caf616
children 1188debbef10
line wrap: on
line diff
--- a/regexParser/subsetConstruction.cc	Wed Feb 03 13:11:10 2016 +0900
+++ b/regexParser/subsetConstruction.cc	Wed Feb 03 13:56:01 2016 +0900
@@ -15,7 +15,6 @@
     cc->type = 'r';
     cc->cond.range.begin = begin;
     cc->cond.range.end = end;
-    cc->cond.range.next = NULL;
     cc->cond.w.word = NULL;
     cc->cond.w.length = 0;
     cc->left = left;