summaryrefslogtreecommitdiff
path: root/gcc/ada/4vcalend.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/4vcalend.adb')
-rw-r--r--gcc/ada/4vcalend.adb5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/4vcalend.adb b/gcc/ada/4vcalend.adb
index 0c29f602548..e0503b59aa9 100644
--- a/gcc/ada/4vcalend.adb
+++ b/gcc/ada/4vcalend.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.19 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2000 Free Software Foundation, Inc. --
-- --
@@ -60,9 +60,6 @@ package body Ada.Calendar is
-- Some basic constants used throughout
- Days_In_Month : constant array (Month_Number) of Day_Number :=
- (31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
-
function To_Relative_Time (D : Duration) return Time;
function To_Relative_Time (D : Duration) return Time is