diff options
-rw-r--r-- | system_log.adb | 3 |
1 files changed, 1 insertions, 2 deletions
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; |