summaryrefslogtreecommitdiff
path: root/cmd/statrep/main.ha
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst@digdash.com>2024-10-22 18:39:37 +0200
committerJulian Hurst <julian.hurst@digdash.com>2024-10-22 18:39:37 +0200
commit38963d1900f0f677b39e579488864148a920ff85 (patch)
tree1d93f225de384173de94c185a650879c0c0f92ef /cmd/statrep/main.ha
parentaa5a442284b2caf09cfbad0bf79756da757e5179 (diff)
downloadstatusdaemon-38963d1900f0f677b39e579488864148a920ff85.tar.gz
Remove unused import
Diffstat (limited to 'cmd/statrep/main.ha')
-rw-r--r--cmd/statrep/main.ha1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/statrep/main.ha b/cmd/statrep/main.ha
index aa174b7..bbe2864 100644
--- a/cmd/statrep/main.ha
+++ b/cmd/statrep/main.ha
@@ -6,7 +6,6 @@ use ev;
use unix::signal;
use io;
use memio;
-use time::date;
use encoding::utf8;
use strings;
use bytes;