Message ID | 20180619052535.24043-1-mikey@neuling.org |
---|---|
State | Accepted |
Headers | show |
Series | [01/18] Make -a the default for probe | expand |
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? */
Signed-off-by: Michael Neuling <mikey@neuling.org> --- src/main.c | 4 ---- 1 file changed, 4 deletions(-)