aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Logic/Decidable.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Logic/Decidable.v')
-rw-r--r--theories/Logic/Decidable.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Logic/Decidable.v b/theories/Logic/Decidable.v
index c6d32d9be..75441584d 100644
--- a/theories/Logic/Decidable.v
+++ b/theories/Logic/Decidable.v
@@ -5,8 +5,6 @@
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id$ i*)
-
(** Properties of decidable propositions *)
Definition decidable (P:Prop) := P \/ ~ P.