summaryrefslogtreecommitdiff
path: root/gcc/ada/a-tiinau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-tiinau.adb')
-rw-r--r--gcc/ada/a-tiinau.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/a-tiinau.adb b/gcc/ada/a-tiinau.adb
index c043570f14e..f9d7ce0052a 100644
--- a/gcc/ada/a-tiinau.adb
+++ b/gcc/ada/a-tiinau.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2003 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- --
@@ -124,7 +124,6 @@ package body Ada.Text_IO.Integer_Aux is
exception
when Constraint_Error =>
- Last := Pos - 1;
raise Data_Error;
end Gets_Int;
@@ -146,7 +145,6 @@ package body Ada.Text_IO.Integer_Aux is
exception
when Constraint_Error =>
- Last := Pos - 1;
raise Data_Error;
end Gets_LLI;