diff options
author | Vincent Celier <celier@adacore.com> | 2008-05-27 10:50:31 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-27 10:50:31 +0200 |
commit | f6e8d321dd3a0c5b9fbae6fe8f764bcc88e76120 (patch) | |
tree | 09e3e2c9d387ee5ae39fd0ea1bf5cfc9a697c595 /gcc | |
parent | b3af75af77c55d0858432052c04bc40bfff56090 (diff) | |
download | gcc-f6e8d321dd3a0c5b9fbae6fe8f764bcc88e76120.zip gcc-f6e8d321dd3a0c5b9fbae6fe8f764bcc88e76120.tar.gz gcc-f6e8d321dd3a0c5b9fbae6fe8f764bcc88e76120.tar.bz2 |
xsnames.adb: Remove unused variable Oname
2008-05-27 Vincent Celier <celier@adacore.com>
* xsnames.adb: Remove unused variable Oname
From-SVN: r135982
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/xsnames.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/xsnames.adb b/gcc/ada/xsnames.adb index e5579d8..d43631a 100644 --- a/gcc/ada/xsnames.adb +++ b/gcc/ada/xsnames.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2008, 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- -- @@ -51,7 +51,6 @@ procedure XSnames is Line : VString := Nul; Name : VString := Nul; Name1 : VString := Nul; - Oname : VString := Nul; Oval : VString := Nul; Restl : VString := Nul; @@ -165,7 +164,6 @@ begin Create (OutH, Out_File, "snames.nh"); Anchored_Mode := True; - Oname := Nul; Val := 0; loop |