diff mbox series

[01/18] Make -a the default for probe

Message ID 20180619052535.24043-1-mikey@neuling.org
State Accepted
Headers show
Series [01/18] Make -a the default for probe | expand

Commit Message

Michael Neuling June 19, 2018, 5:25 a.m. UTC
Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 src/main.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/src/main.c b/src/main.c
index cf9a3b212e..d104404049 100644
--- a/src/main.c
+++ b/src/main.c
@@ -618,10 +618,6 @@  void print_target(struct pdbg_target *target, int level)
 	struct pdbg_target *next;
 	enum pdbg_target_status status;
 
-	/* Did we want to probe this target? */
-	if (!target_selected(target))
-		return;
-
 	pdbg_target_probe(target);
 
 	/* Does this target actually exist? */