diff --git a/theories/topology.v b/theories/topology.v index a9230bead..eb7c846cb 100644 --- a/theories/topology.v +++ b/theories/topology.v @@ -954,7 +954,6 @@ Ltac done := trivial; hnf; intros; solve [ do ![solve [trivial | apply: sym_equal; trivial] | discriminate | contradiction | split] - | case not_locked_false_eq_true; assumption | match goal with H : ~ _ |- _ => solve [case H; trivial] end | match goal with |- ?x \is_near _ => near: x; apply: prop_ofP end ].