diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-26 16:54:04 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-26 16:54:04 -0700 |
commit | 699e49d2b1d0c3eca680bfc19e79aa8406f42d6a (patch) | |
tree | d7a63e1ca794ea83675dd9caaa308e76cd883840 /src/ast | |
parent | e36a3da23b104174084093882f939820dc4470e9 (diff) | |
download | chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.tar.gz chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.tar.bz2 chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.zip |
Diffstat (limited to 'src/ast')
-rw-r--r-- | src/ast/node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast/node.cpp b/src/ast/node.cpp index cad5f4c..53b39e4 100644 --- a/src/ast/node.cpp +++ b/src/ast/node.cpp @@ -102,7 +102,6 @@ void chillAST_Node::replaceChild(chillAST_Node *old, chillAST_Node *newchild) { } } CHILL_ERROR("Replace Child Falure, oldchild not a child\n"); - exit(-1); }; void chillAST_Node::loseLoopWithLoopVar(char *var) { |