diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-27 08:50:31 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-27 08:50:31 +0000 |
commit | 5f65b7fd95896c9e45292fc302030ba2bbf23a33 (patch) | |
tree | 09e3e2c9d387ee5ae39fd0ea1bf5cfc9a697c595 /gcc/ada/xsnames.adb | |
parent | 98d6f5eb862d50dd03240a42ab9e0f89367823c1 (diff) | |
download | gcc-5f65b7fd95896c9e45292fc302030ba2bbf23a33.tar.gz |
2008-05-27 Vincent Celier <celier@adacore.com>
* xsnames.adb: Remove unused variable Oname
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135982 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/xsnames.adb')
-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 e5579d805e8..d43631a258e 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 |