summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorZach Reizner <zachr@google.com>2018-05-14 18:03:55 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-10-24 13:03:09 -0700
commit56ec644e094b7a1edf5f88452a0b0dfd8531a2b4 (patch)
treef2283a22a61e75f396650d2a64406e051a16b888 /src
parent64cc43d2b89bd26fa397bda395a84a128c0df623 (diff)
downloadcrosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.tar
crosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.tar.gz
crosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.tar.bz2
crosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.tar.lz
crosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.tar.xz
crosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.tar.zst
crosvm-56ec644e094b7a1edf5f88452a0b0dfd8531a2b4.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index 4dec03e..1179415 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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',