From 5620180302a6f0b541930f4e66ca79d3dde81999 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 15 Oct 2020 17:16:30 +0100 Subject: [PATCH] tools: Remove commented out code in agent-ctl Remove a few lines of commented out code. Signed-off-by: James O. D. Hunt --- tools/agent-ctl/src/client.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/agent-ctl/src/client.rs b/tools/agent-ctl/src/client.rs index 0ec23d6ab..e2ecb9cea 100644 --- a/tools/agent-ctl/src/client.rs +++ b/tools/agent-ctl/src/client.rs @@ -1140,9 +1140,6 @@ fn agent_cmd_sandbox_update_interface( // FIXME: Implement 'UpdateInterface' fully. eprintln!("FIXME: 'UpdateInterface' not fully implemented"); - // let if = ...; - // req.set_interface(if); - info!(sl!(), "response received"; "response" => format!("{:?}", reply)); @@ -1167,9 +1164,6 @@ fn agent_cmd_sandbox_update_routes( // FIXME: Implement 'UpdateRoutes' fully. eprintln!("FIXME: 'UpdateRoutes' not fully implemented"); - // let routes = ...; - // req.set_routes(routes); - info!(sl!(), "response received"; "response" => format!("{:?}", reply));