diff options
Diffstat (limited to 'gcc/ada/a-coorma.adb')
-rw-r--r-- | gcc/ada/a-coorma.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/a-coorma.adb b/gcc/ada/a-coorma.adb index 01074d58512..7924fcd7ebe 100644 --- a/gcc/ada/a-coorma.adb +++ b/gcc/ada/a-coorma.adb @@ -1183,9 +1183,7 @@ package body Ada.Containers.Ordered_Maps is declare K : Key_Type renames Position.Node.Key; - E : Element_Type renames Position.Node.Element; - pragma Unreferenced (E); begin Process (K, E); |