summaryrefslogtreecommitdiff
path: root/gcc/ada/g-dirope.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-26 07:56:12 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-26 07:56:12 +0000
commitf215f6793a1ab2b4120c2b278b7a0bdbcab236d7 (patch)
tree0d9fc92e6ee168877c1a6a0bf8692bfece2b39a6 /gcc/ada/g-dirope.adb
parent912b6e79ff9d98ac429c290119768bf73f9e1b10 (diff)
downloadgcc-f215f6793a1ab2b4120c2b278b7a0bdbcab236d7.tar.gz
* g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133592 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-dirope.adb')
-rw-r--r--gcc/ada/g-dirope.adb4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/g-dirope.adb b/gcc/ada/g-dirope.adb
index 774444d0826..0cccaba2cd2 100644
--- a/gcc/ada/g-dirope.adb
+++ b/gcc/ada/g-dirope.adb
@@ -46,10 +46,6 @@ package body GNAT.Directory_Operations is
use Ada;
- type Dir_Type_Value is new System.Address;
- -- This is the low-level address directory structure as returned by the C
- -- opendir routine.
-
Filename_Max : constant Integer := 1024;
-- 1024 is the value of FILENAME_MAX in stdio.h