Commit f6e8d321 by Vincent Celier Committed by Arnaud Charlet

xsnames.adb: Remove unused variable Oname

2008-05-27  Vincent Celier  <celier@adacore.com>

	* xsnames.adb: Remove unused variable Oname

From-SVN: r135982
parent b3af75af
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- 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 -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -51,7 +51,6 @@ procedure XSnames is ...@@ -51,7 +51,6 @@ procedure XSnames is
Line : VString := Nul; Line : VString := Nul;
Name : VString := Nul; Name : VString := Nul;
Name1 : VString := Nul; Name1 : VString := Nul;
Oname : VString := Nul;
Oval : VString := Nul; Oval : VString := Nul;
Restl : VString := Nul; Restl : VString := Nul;
...@@ -165,7 +164,6 @@ begin ...@@ -165,7 +164,6 @@ begin
Create (OutH, Out_File, "snames.nh"); Create (OutH, Out_File, "snames.nh");
Anchored_Mode := True; Anchored_Mode := True;
Oname := Nul;
Val := 0; Val := 0;
loop loop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment