aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Even.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Even.v')
-rw-r--r--theories/Arith/Even.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Arith/Even.v b/theories/Arith/Even.v
index eaa1bb2d6..fa4414146 100644
--- a/theories/Arith/Even.v
+++ b/theories/Arith/Even.v
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id$ i*)
-
(** Here we define the predicates [even] and [odd] by mutual induction
and we prove the decidability and the exclusion of those predicates.
The main results about parity are proved in the module Div2. *)