aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/files_map.ads')
-rw-r--r--src/files_map.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/files_map.ads b/src/files_map.ads
index 8ad5a040c..c48aebd28 100644
--- a/src/files_map.ads
+++ b/src/files_map.ads
@@ -16,7 +16,6 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with Types; use Types;
-with System;
package Files_Map is
@@ -67,8 +66,6 @@ package Files_Map is
-- Return the date of the file (last modification date) as a string.
function Get_File_Time_Stamp (File : Source_File_Entry)
return Time_Stamp_Id;
- function Get_File_Time_Stamp (Filename : System.Address)
- return Time_Stamp_Id;
-- Return the current date of the system.
function Get_Os_Time_Stamp return Time_Stamp_Id;