提交 11aea9c6 编写于 作者: S Simon Fels

Drop unused parameter

上级 4863d25e
......@@ -195,7 +195,7 @@ anbox::cmds::SystemInfo::SystemInfo()
: CommandWithFlagsAndAction{
cli::Name{"system-info"}, cli::Usage{"system-info"},
cli::Description{"Print various information about the system we're running on"}} {
action([](const cli::Command::Context& ctxt) {
action([](const cli::Command::Context&) {
SystemInformation si;
std::cout << si;
return EXIT_SUCCESS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册