diff c/regexParser/main.cc @ 144:d8a4922eceae pairPro

remove some errors (not working)
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2015 17:14:33 +0900
parents 71f36a59cf6a
children 50217a0545e8
line wrap: on
line diff
--- a/c/regexParser/main.cc	Fri Dec 11 15:04:58 2015 +0900
+++ b/c/regexParser/main.cc	Mon Dec 14 17:14:33 2015 +0900
@@ -22,6 +22,5 @@
     printf("regex : %s\n",ri->ptr);
     NodePtr n = regex(ri);
     printTree(n);
-    TransitionGeneratorPtr tg = generateTransitionList(n);
     return 0;
 }