aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-08-20 14:34:46 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-20 14:34:46 +0200
commitd045b07645aa858dfd6be481fcc17921d924b7b0 (patch)
treeba362f807fd39f0952b9c4c6e6432b358a2d72eb /gcc
parent830f9af82a180d025f407aa1050f3ebc6c7f0a83 (diff)
downloadgcc-d045b07645aa858dfd6be481fcc17921d924b7b0.zip
gcc-d045b07645aa858dfd6be481fcc17921d924b7b0.tar.gz
gcc-d045b07645aa858dfd6be481fcc17921d924b7b0.tar.bz2
a-ztexio.adb: Minor code reorganization Remove redundant test found working on another issue
2008-08-20 Robert Dewar <dewar@adacore.com> * a-ztexio.adb: Minor code reorganization Remove redundant test found working on another issue From-SVN: r139282
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/a-ztexio.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-ztexio.adb b/gcc/ada/a-ztexio.adb
index 4bf7040..5c97ccd 100644
--- a/gcc/ada/a-ztexio.adb
+++ b/gcc/ada/a-ztexio.adb
@@ -1552,7 +1552,7 @@ package body Ada.Wide_Wide_Text_IO is
if Start = 0 then
File.WC_Method := WCEM_Brackets;
- elsif Start /= 0 then
+ else
if Stop = Start then
for J in WC_Encoding_Letters'Range loop
if File.Form (Start) = WC_Encoding_Letters (J) then