aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-ext.ads
diff options
context:
space:
mode:
authorEmmanuel Briot <briot@adacore.com>2009-09-17 10:41:33 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-09-17 12:41:33 +0200
commitd9b4a5d344983386125cd8c99ced8b2b6abd1a88 (patch)
treeedb6e206516e44901f0bae1ade70385d55a92f3a /gcc/ada/prj-ext.ads
parentdaa72421353681f192c42be645ba2590f65c868e (diff)
downloadgcc-d9b4a5d344983386125cd8c99ced8b2b6abd1a88.zip
gcc-d9b4a5d344983386125cd8c99ced8b2b6abd1a88.tar.gz
gcc-d9b4a5d344983386125cd8c99ced8b2b6abd1a88.tar.bz2
prj-ext.adb, [...] (Is_External_Assignment): Remove duplicate code.
2009-09-17 Emmanuel Briot <briot@adacore.com> * prj-ext.adb, prj-ext.ads, makeutl.adb (Is_External_Assignment): Remove duplicate code. (Prj.Ext): Fix memory leak (Check): Now allow the syntax "-Xfoo=" to set an empty value to the variable. This was previously allowed in the code in Is_External_Assignment, and some tests rely on it From-SVN: r151793
Diffstat (limited to 'gcc/ada/prj-ext.ads')
-rw-r--r--gcc/ada/prj-ext.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/prj-ext.ads b/gcc/ada/prj-ext.ads
index cb9ecb7..156005a 100644
--- a/gcc/ada/prj-ext.ads
+++ b/gcc/ada/prj-ext.ads
@@ -34,10 +34,6 @@ package Prj.Ext is
-- Project Path --
------------------
- Gpr_Project_Path : constant String := "GPR_PROJECT_PATH";
- -- Name of primary env. variable that contain path name(s) of directories
- -- where project files may reside.
-
procedure Add_Search_Project_Directory (Path : String);
-- Add a directory to the project path. Directories added with this
-- procedure are added in order after the current directory and before