mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-01-12 16:45:31 +00:00
main: remove unused wayland-group option
This command line option was unwired a while back, so this option is not needed. TEST=./build_test BUG=None Change-Id: Ie5a8e305958fd710fc8edc67e33772ed38c7711c Reviewed-on: https://chromium-review.googlesource.com/1058713 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Zach Reizner <zachr@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
64cc43d2b8
commit
56ec644e09
1 changed files with 0 additions and 3 deletions
|
@ -446,9 +446,6 @@ fn run_vm(args: std::env::Args) -> std::result::Result<(), ()> {
|
|||
Argument::value("netmask", "NETMASK", "Netmask for VM subnet."),
|
||||
Argument::value("mac", "MAC", "MAC address for VM."),
|
||||
Argument::value("wayland-sock", "PATH", "Path to the Wayland socket to use."),
|
||||
Argument::value("wayland-group",
|
||||
"GROUP",
|
||||
"Name of the group with access to the Wayland socket."),
|
||||
#[cfg(feature = "wl-dmabuf")]
|
||||
Argument::flag("wayland-dmabuf", "Enable support for DMABufs in Wayland device."),
|
||||
Argument::short_value('s',
|
||||
|
|
Loading…
Reference in a new issue