Message ID | 20180816055756.1011374-1-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | [1/5] libpdbg: Remove unused variable | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
snowpatch_ozlabs/build-multiarch | success | Test build-multiarch on branch master |
diff --git a/libpdbg/libpdbg.h b/libpdbg/libpdbg.h index 694085c..f0bca0c 100644 --- a/libpdbg/libpdbg.h +++ b/libpdbg/libpdbg.h @@ -11,9 +11,6 @@ struct pdbg_target; struct pdbg_target_class; - -struct pdbg_taget *pdbg_root_target; - /* loops/iterators */ struct pdbg_target *__pdbg_next_target(const char *klass, struct pdbg_target *parent, struct pdbg_target *last); struct pdbg_target *__pdbg_next_child_target(struct pdbg_target *parent, struct pdbg_target *last);
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/libpdbg.h | 3 --- 1 file changed, 3 deletions(-)