aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-tfsetr-vxworks.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-tfsetr-vxworks.adb')
-rw-r--r--gcc/ada/s-tfsetr-vxworks.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-tfsetr-vxworks.adb b/gcc/ada/s-tfsetr-vxworks.adb
index ad7bf03..cb57b5e 100644
--- a/gcc/ada/s-tfsetr-vxworks.adb
+++ b/gcc/ada/s-tfsetr-vxworks.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2016, Free Software Foundation, Inc. --
-- --
-- GNARL 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- --
@@ -98,7 +98,6 @@ begin
-- Unrecognized events are given the special Id_Event value 29999
when others => Id_Event := 29999;
-
end case;
Wv_Event (Id_Event, Info_Trace'Address, Max_Size);