summaryrefslogtreecommitdiff
path: root/rtl/objpas/dateutil.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/objpas/dateutil.inc')
-rw-r--r--rtl/objpas/dateutil.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/rtl/objpas/dateutil.inc b/rtl/objpas/dateutil.inc
index 4ff606ea15..6e717261b5 100644
--- a/rtl/objpas/dateutil.inc
+++ b/rtl/objpas/dateutil.inc
@@ -1,7 +1,6 @@
{$mode objfpc}
{$h+}
{
- $Id: dateutil.inc,v 1.12 2005/03/25 22:53:39 jonas Exp $
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2000 by the Free Pascal development team
@@ -2019,14 +2018,3 @@ begin
end;
end.
-
-{
- $Log: dateutil.inc,v $
- Revision 1.12 2005/03/25 22:53:39 jonas
- * fixed several warnings and notes about unused variables (mainly) or
- uninitialised use of variables/function results (a few)
-
- Revision 1.11 2005/02/14 17:13:31 peter
- * truncate log
-
-}