tools: Remove commented out code in agent-ctl

Remove a few lines of commented out code.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2020-10-15 17:16:30 +01:00 committed by Peng Tao
parent 81fb2c9980
commit 46cfed5025

View File

@ -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));