From 062889238d069580ed243ad5da84f0f101d79469 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 30 Mar 2022 23:22:07 +0100 Subject: [PATCH] daemon: Remove a stray commented-out import thing. Signed-off-by: Ian Jackson --- daemon/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/main.rs b/daemon/main.rs index 7e38cb26..0e105bd5 100644 --- a/daemon/main.rs +++ b/daemon/main.rs @@ -25,7 +25,6 @@ pub use crate::cmdlistener::*; pub type FER = FatalErrorResponse; use actix_web::{route, post, HttpServer, Responder}; -//App, use actix_web::{HttpResponse, HttpResponseBuilder, ResponseError}; use actix_web::{HttpRequest, FromRequest}; use actix_web::services; -- 2.30.2