From 1b24eca7c07076d8706aca658778256230fd73b9 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Wed, 23 Jun 2021 12:19:44 +0200 Subject: [PATCH] Remove "systemctl use" directive --- backend/src/minecraft_controller.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/src/minecraft_controller.rs b/backend/src/minecraft_controller.rs index 260a6e4..9bcc7d3 100644 --- a/backend/src/minecraft_controller.rs +++ b/backend/src/minecraft_controller.rs @@ -4,9 +4,6 @@ use std::{ fs, time::SystemTime }; use chrono::{ DateTime, offset::Local }; -#[cfg(target_os = "linux")] -use systemd::journal; - #[derive(Clone, Debug)] pub struct MinecraftExe { memory: u64, // [kB]. -- 2.43.0