diff options
| author | Maxime Dénès | 2018-01-25 13:44:13 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-25 13:44:13 +0100 |
| commit | d46da488030a8dc27fd84c06fd9c3e7b7a6f996e (patch) | |
| tree | c2a3c8c2029dbdb11ca50302d792da43d6b6f143 /plugins/funind/indfun.ml | |
| parent | 388b0adaa0fc3f52e80b562a0238dbc723b1b12f (diff) | |
| parent | 1e8def9c26a169ff344180cdb9c47c5f7f4b216e (diff) | |
Merge PR #6650: Remove dead code from funind.
Diffstat (limited to 'plugins/funind/indfun.ml')
| -rw-r--r-- | plugins/funind/indfun.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/funind/indfun.ml b/plugins/funind/indfun.ml index 071599d9c5..071bab2f3f 100644 --- a/plugins/funind/indfun.ml +++ b/plugins/funind/indfun.ml @@ -282,7 +282,6 @@ let derive_inversion fix_names = in Invfun.derive_correctness Functional_principles_types.make_scheme - functional_induction fix_names_as_constant lind; with e when CErrors.noncritical e -> |
