diff options
| author | Pierre-Marie Pédrot | 2020-09-18 10:11:24 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-09-18 11:43:45 +0200 |
| commit | f50bbdc50b21083f65f0e415e7f2edff6f11e45f (patch) | |
| tree | d146dadf7fbe1ceb2f7ae7d031d0f0b0a85bc0a0 /tactics/btermdn.ml | |
| parent | 41b407395ba6f2ce2db5dd9365c9cbcb04a4e7c0 (diff) | |
Remove unused API from Dn.
Diffstat (limited to 'tactics/btermdn.ml')
| -rw-r--r-- | tactics/btermdn.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/btermdn.ml b/tactics/btermdn.ml index bacb5a7b8f..f721e9956b 100644 --- a/tactics/btermdn.ml +++ b/tactics/btermdn.ml @@ -186,7 +186,5 @@ struct (fun dn t -> Dn.lookup dn (bounded_constr_val_discr_st env sigma st) (t,!dnet_depth)) - let app f dn = Dn.app f dn - end |
