From 16194bf8bff9e6ed1315fea34b9fa0530b511ef8 Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Sat, 12 Oct 2019 01:08:50 +0000 Subject: Revert "[platform process list] add a flag for showing the processes of all users" This reverts commit 08781f4c53a177662c029d3da9c407ba65ae6747. llvm-svn: 374621 --- lldb/source/Commands/CommandObjectPlatform.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp') diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp index fbd13aa37bd..7fb37839be7 100644 --- a/lldb/source/Commands/CommandObjectPlatform.cpp +++ b/lldb/source/Commands/CommandObjectPlatform.cpp @@ -1264,10 +1264,6 @@ protected: verbose = true; break; - case 'x': - match_info.SetMatchAllUsers(true); - break; - default: llvm_unreachable("Unimplemented option"); } -- cgit v1.2.3