2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

90_at.pm: remove "use POSIX" (Forum #119525)

git-svn-id: https://svn.fhem.de/fhem/trunk@23964 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-03-14 09:26:44 +00:00
parent 1de0d54e0f
commit a7b36d0c1a

View File

@ -4,7 +4,6 @@ package main;
use strict;
use warnings;
use POSIX;
use Time::HiRes qw(gettimeofday);
#####################################