Skip to content

Commit 314cb2d

Browse files
committed
Get rid of now unused plugin-list option
1 parent 9e7a695 commit 314cb2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/source/Commands/Options.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -683,11 +683,6 @@ let Command = "platform shell" in {
683683
Desc<"Shell interpreter path. This is the binary used to run the command.">;
684684
}
685685

686-
let Command = "plugin list" in {
687-
def plugin_info_exact : Option<"exact", "x">,
688-
Desc<"Do not add implicit * glob around plugin name">;
689-
}
690-
691686
let Command = "process launch" in {
692687
def process_launch_stop_at_entry : Option<"stop-at-entry", "s">,
693688
Desc<"Stop at the entry point of the program when launching a process.">;

0 commit comments

Comments
 (0)