diff options
Diffstat (limited to 'files_map.ads')
-rw-r--r-- | files_map.ads | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files_map.ads b/files_map.ads index a8bd646..999e23d 100644 --- a/files_map.ads +++ b/files_map.ads @@ -84,9 +84,6 @@ package Files_Map is -- Get the path of directory DIR. --function Get_Directory_Path (Dir : Directory_Index) return String; - -- Return TRUE is PATH is an absolute pathname. - function Is_Absolute_Pathname (Path : String) return Boolean; - -- Add a new entry in the lines_table. -- The new entry must be the next one after the last entry. procedure File_Add_Line_Number |