aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Le.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Le.v')
-rw-r--r--theories/Arith/Le.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Arith/Le.v b/theories/Arith/Le.v
index 6140eeb5a..edf1e34d5 100644
--- a/theories/Arith/Le.v
+++ b/theories/Arith/Le.v
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id$ i*)
-
(** Order on natural numbers. [le] is defined in [Init/Peano.v] as:
<<
Inductive le (n:nat) : nat -> Prop :=