summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index cf9a3b2..d104404 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? */
OpenPOWER on IntegriCloud