X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=main.c;h=94f1c0f6491c25159573b73259fb59a4c7b2734f;hp=2bb2ef71bb13a95e877a276d346e0e8e41b11264;hb=c5e0e72ee3bcc799d1510c9fb91b3a0073766b2a;hpb=09fc39da486b8618d65b66ca96a760478c3e89e2 diff --git a/main.c b/main.c index 2bb2ef7..94f1c0f 100644 --- a/main.c +++ b/main.c @@ -214,8 +214,6 @@ int main(int argc, char **argv) } if (register_pds(opt_pds, opt_pd_annotations) != 0) goto done; - if (setup_pd_stack(opt_pds, opt_pd_stack, opt_pd_annotations) != 0) - goto done; /* Only one output type is ever shown. */ if (opt_pd_binary) {