3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-05 10:58:44 +02:00

Remove left-over superflurous declaration

This commit is contained in:
Pragmatic Software 2017-08-12 04:06:33 -07:00
parent 4724057860
commit fa55b36d09

View File

@ -171,7 +171,7 @@ sub remindme {
return $usage if not length $arguments; return $usage if not length $arguments;
my ($target, $text, $alarm, $list_reminders, $nick_override, $delete_id); my ($target, $text, $alarm, $list_reminders, $delete_id);
my $getopt_error; my $getopt_error;
local $SIG{__WARN__} = sub { local $SIG{__WARN__} = sub {