aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/validsw.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/validsw.adb')
-rw-r--r--gcc/ada/validsw.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/validsw.adb b/gcc/ada/validsw.adb
index 517180a..18adda3 100644
--- a/gcc/ada/validsw.adb
+++ b/gcc/ada/validsw.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2016, 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- --
@@ -132,7 +132,6 @@ package body Validsw is
Validity_Checks_On := True;
case C is
-
when 'c' =>
Validity_Check_Copies := True;
@@ -237,7 +236,6 @@ package body Validsw is
Err_Col := J - 1;
return;
end if;
-
end case;
end loop;