From: Don Armstrong Date: Thu, 10 Aug 2017 00:55:28 +0000 (-0700) Subject: there's no reason to use locale; in proces or service X-Git-Tag: release/2.6.0~78 X-Git-Url: https://git.donarmstrong.com/debbugs.git/?a=commitdiff_plain;h=07128905acc67b85d91ab2070dc172ac0152905f;p=debbugs.git there's no reason to use locale; in proces or service --- diff --git a/scripts/process b/scripts/process index d7eec80..3eba1fc 100755 --- a/scripts/process +++ b/scripts/process @@ -7,7 +7,6 @@ use warnings; use strict; -use locale; use POSIX qw(strftime locale_h); setlocale(LC_TIME, "C"); diff --git a/scripts/service b/scripts/service index 0196e26..c62e3d5 100755 --- a/scripts/service +++ b/scripts/service @@ -7,7 +7,6 @@ use warnings; use strict; -use locale; use POSIX qw(strftime locale_h); setlocale(LC_TIME, "C");