mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
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:
parent
81fb2c9980
commit
46cfed5025
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user