From: Ian Jackson Date: Wed, 30 Mar 2022 22:22:07 +0000 (+0100) Subject: daemon: Remove a stray commented-out import thing. X-Git-Tag: otter-1.0.0~73 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=062889238d069580ed243ad5da84f0f101d79469;p=otter.git daemon: Remove a stray commented-out import thing. Signed-off-by: Ian Jackson --- 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;