From 56ec644e094b7a1edf5f88452a0b0dfd8531a2b4 Mon Sep 17 00:00:00 2001 From: Zach Reizner Date: Mon, 14 May 2018 18:03:55 -0700 Subject: [PATCH] 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 Tested-by: Zach Reizner Reviewed-by: Zach Reizner --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 4dec03effa..1179415f32 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',