aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-ext.ads
diff options
context:
space:
mode:
authorEd Schonberg <schonberg@adacore.com>2005-09-05 09:50:46 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2005-09-05 09:50:46 +0200
commitdfbe160a82072f90a9ba5b2a138f3fa83edf7ba3 (patch)
treebd5a3ff7561737b1ee8c2009f67a1fa080e2c5a7 /gcc/ada/prj-ext.ads
parent826757551170eec3ec794d961b5b6dc24d1244cd (diff)
downloadgcc-dfbe160a82072f90a9ba5b2a138f3fa83edf7ba3.zip
gcc-dfbe160a82072f90a9ba5b2a138f3fa83edf7ba3.tar.gz
gcc-dfbe160a82072f90a9ba5b2a138f3fa83edf7ba3.tar.bz2
fname-sf.adb, [...]: Remove redundant use_clauses.
2005-09-01 Ed Schonberg <schonberg@adacore.com> Thomas Quinot <quinot@adacore.com> * fname-sf.adb, mlib-tgt.ads, back_end.adb, casing.adb, g-debpoo.adb, g-excact.adb, g-spipat.adb, g-spipat.ads, g-thread.adb, lib-list.adb, makeutl.adb, mlib.adb, osint.adb, par-ch10.adb, par-load.adb, prep.adb, prj.adb, prj-attr.ads, prj-env.ads, prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-pars.ads, prj-part.adb, prj-strt.adb, prj-tree.ads, prj-util.ads, sem_dist.adb, sinput-c.ads, sinput-l.ads, sinput-p.ads, styleg-c.ads, xr_tabls.adb, prj-attr-pm.ads, makegpr.adb: Remove redundant use_clauses. From-SVN: r103854
Diffstat (limited to 'gcc/ada/prj-ext.ads')
-rw-r--r--gcc/ada/prj-ext.ads4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/prj-ext.ads b/gcc/ada/prj-ext.ads
index 9ea8bdc..e6e7188 100644
--- a/gcc/ada/prj-ext.ads
+++ b/gcc/ada/prj-ext.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2004 Free Software Foundation, Inc. --
+-- Copyright (C) 2000-2005 Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -27,8 +27,6 @@
-- Subprograms to set, get and cache external references, to be used as
-- External functions in project files.
-with Types; use Types;
-
package Prj.Ext is
function Project_Path return String;