From 07128905acc67b85d91ab2070dc172ac0152905f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 9 Aug 2017 17:55:28 -0700 Subject: [PATCH] there's no reason to use locale; in proces or service --- scripts/process | 1 - scripts/service | 1 - 2 files changed, 2 deletions(-) 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"); -- 2.39.2