summaryrefslogtreecommitdiff
path: root/src/return_analysis.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2019-06-04 16:13:21 +0100
committerAlasdair Armstrong2019-06-04 16:31:19 +0100
commit239e13dc149af80f979ea95a3c9b42220481a0a1 (patch)
treea55033560e7659bd443325db02b7308c50b9b38b /src/return_analysis.ml
parent5ff72f7ba016d5e698f326750f2635d3a256516c (diff)
Remove unused AST constructor
Clean up ott grammar a bit
Diffstat (limited to 'src/return_analysis.ml')
-rw-r--r--src/return_analysis.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/return_analysis.ml b/src/return_analysis.ml
index 256f97cf..789df2c5 100644
--- a/src/return_analysis.ml
+++ b/src/return_analysis.ml
@@ -69,8 +69,6 @@ let analyze_exp_returns exp =
analyze last exp
end
- | E_nondet exps -> List.iter (analyze last) exps
-
| E_id id ->
if last then
add_return annot