aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-05-13 05:41:20 +0200
committerTristan Gingold <tgingold@free.fr>2015-05-13 05:41:20 +0200
commit961d55b955d0a1526ebb7a5ddca8acee50b8ab1a (patch)
tree2a3da4499451a97b884c8adee694189a4dfc1433 /src/files_map.ads
parent5c685c2456a2320adc6f132e7bd8704170ea7665 (diff)
downloadghdl-961d55b955d0a1526ebb7a5ddca8acee50b8ab1a.tar.gz
ghdl-961d55b955d0a1526ebb7a5ddca8acee50b8ab1a.tar.bz2
ghdl-961d55b955d0a1526ebb7a5ddca8acee50b8ab1a.zip
Remove Get_File_Time_Stamp for a filename.
Preliminary work for ticket 48.
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;