aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-awk.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-awk.adb')
-rw-r--r--gcc/ada/g-awk.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/g-awk.adb b/gcc/ada/g-awk.adb
index 6f58e46..5771100 100644
--- a/gcc/ada/g-awk.adb
+++ b/gcc/ada/g-awk.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2000-2014, AdaCore --
+-- Copyright (C) 2000-2016, AdaCore --
-- --
-- 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- --
@@ -974,7 +974,6 @@ package body GNAT.AWK is
Split_Line (Session);
case Callbacks is
-
when None =>
exit;
@@ -985,7 +984,6 @@ package body GNAT.AWK is
when Pass_Through =>
Filter_Active := Apply_Filters (Session);
exit;
-
end case;
end loop;
end Get_Line;