summaryrefslogtreecommitdiff
path: root/frontend/parser.mly
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ansys.com>2014-07-04 11:48:05 +0200
committerAlex Auvolat <alex.auvolat@ansys.com>2014-07-04 11:48:05 +0200
commit1445a2be1e1bd81efa552230a0f11672aa20a92c (patch)
tree9a5973181ebaf26373e8cc01b0f9eca553f66240 /frontend/parser.mly
parent2cbaba6f00d40d5c6c9659678d0156f14b7e3780 (diff)
downloadscade-analyzer-1445a2be1e1bd81efa552230a0f11672aa20a92c.tar.gz
scade-analyzer-1445a2be1e1bd81efa552230a0f11672aa20a92c.zip
First implementation of resetting transitions.
Diffstat (limited to 'frontend/parser.mly')
-rw-r--r--frontend/parser.mly1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/parser.mly b/frontend/parser.mly
index 672bb9a..e8a6ecf 100644
--- a/frontend/parser.mly
+++ b/frontend/parser.mly
@@ -126,7 +126,6 @@ state:
st_locals = v;
body = b;
until = until;
- i_rst = false; o_rst = false; (* calculated later *)
} }
trans(TT):