From 9108c3b7115e07ca9674dea5bb9914705a4104e6 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sun, 5 Nov 2023 07:49:36 +0100 Subject: Removed pragma Unreferenced. Gnat no longer complains about Dummy being unused. --- system_log.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system_log.adb') diff --git a/system_log.adb b/system_log.adb index e77c95d..33b070a 100644 --- a/system_log.adb +++ b/system_log.adb @@ -1,5 +1,5 @@ -- System_Log, a binding to the Unix syslog functions --- Copyright 2009 - 2017 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2009 - 2023 B. Persson, Bjorn@Rombobeorn.se -- -- This library is free software: you can redistribute it and/or modify it -- under the terms of the GNU General Public License version 3, as published @@ -89,7 +89,6 @@ package body System_Log is procedure Set_Log_Levels(New_Levels : in Log_Levels) is Dummy : Log_Levels; - pragma Unreferenced(Dummy); begin Set_Log_Levels(New_Levels, Dummy); end Set_Log_Levels; -- cgit v1.2.3