aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/cc
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-17 15:41:54 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-17 15:41:54 +0200
commit6e0c5c81e9e81c2e5369427643b2ac51b9aa17e6 (patch)
treec91edd3212a391cb2310df4d76e512bed026229a /plugins/cc
parent62b8190fd4b1c2223eb0a89329a28ca66d11a326 (diff)
Revert "Fixing a loop in proof reconstruction for congruence (#2447)."
committed by mistake. The message pretended to have a fix which is only superficially a fix. The problem is more complex. This reverts commit 251218905daea0838a3738466afa1c278bb3e81b.
Diffstat (limited to 'plugins/cc')
-rw-r--r--plugins/cc/ccproof.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cc/ccproof.ml b/plugins/cc/ccproof.ml
index ba449e76d..6177f22f3 100644
--- a/plugins/cc/ccproof.ml
+++ b/plugins/cc/ccproof.ml
@@ -116,7 +116,7 @@ let build_proof uf=
in ptrans (ptrans pi pij) pj
and constr_proof i t ipac=
- if ipac.args=[] || i=t then
+ if ipac.args=[] then
equal_proof i t
else
let npac=tail_pac ipac in