diff options
Diffstat (limited to 'plugins/cc')
| -rw-r--r-- | plugins/cc/ccalgo.ml | 2 | ||||
| -rw-r--r-- | plugins/cc/ccproof.ml | 1 | ||||
| -rw-r--r-- | plugins/cc/g_congruence.ml4 | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/plugins/cc/ccalgo.ml b/plugins/cc/ccalgo.ml index 40599b827a..89e30a8ee2 100644 --- a/plugins/cc/ccalgo.ml +++ b/plugins/cc/ccalgo.ml @@ -58,8 +58,6 @@ module ST=struct let query sign st=Hashtbl.find st.toterm sign - let rev_query term st=Hashtbl.find st.tosign term - let delete st t= try let sign=Hashtbl.find st.tosign t in Hashtbl.remove st.toterm sign; diff --git a/plugins/cc/ccproof.ml b/plugins/cc/ccproof.ml index d5eab32c4f..25c01f2bd3 100644 --- a/plugins/cc/ccproof.ml +++ b/plugins/cc/ccproof.ml @@ -10,7 +10,6 @@ (* proof-trees that will be transformed into proof-terms in cctac.ml4 *) open Errors -open Util open Names open Term open Ccalgo diff --git a/plugins/cc/g_congruence.ml4 b/plugins/cc/g_congruence.ml4 index 78273dabc3..c2c437c80c 100644 --- a/plugins/cc/g_congruence.ml4 +++ b/plugins/cc/g_congruence.ml4 @@ -9,8 +9,6 @@ (*i camlp4deps: "grammar/grammar.cma" i*) open Cctac -open Tactics -open Tacticals (* Tactic registration *) |
