aboutsummaryrefslogtreecommitdiffstats
path: root/src/PropToBool.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/PropToBool.v')
-rw-r--r--src/PropToBool.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PropToBool.v b/src/PropToBool.v
index cbca992..9bd73dc 100644
--- a/src/PropToBool.v
+++ b/src/PropToBool.v
@@ -221,7 +221,6 @@ Ltac remove_compdec_hyp H :=
assert (H1 := H p'); clear H; assert (H := H1); clear H1;
remove_compdec_hyp H
| _ =>
- idtac 1;
let c := fresh "c" in
assert (c : CompDec A);
[ auto with typeclass_instances