aboutsummaryrefslogtreecommitdiff
path: root/tactics/dn.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-09-18 10:11:24 +0200
committerPierre-Marie Pédrot2020-09-18 11:43:45 +0200
commitf50bbdc50b21083f65f0e415e7f2edff6f11e45f (patch)
treed146dadf7fbe1ceb2f7ae7d031d0f0b0a85bc0a0 /tactics/dn.ml
parent41b407395ba6f2ce2db5dd9365c9cbcb04a4e7c0 (diff)
Remove unused API from Dn.
Diffstat (limited to 'tactics/dn.ml')
-rw-r--r--tactics/dn.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/dn.ml b/tactics/dn.ml
index 571f2f450b..c587f91e54 100644
--- a/tactics/dn.ml
+++ b/tactics/dn.ml
@@ -95,7 +95,5 @@ prefix ordering, [dna] is the function returning the main node of a pattern *)
let rmv tm p inf =
Trie.remove p (ZSet.singleton inf) tm
- let app f tm = Trie.iter (fun _ p -> ZSet.iter f p) tm
-
end