diff options
author | Amitay Isaacs <amitay@ozlabs.org> | 2018-08-16 15:57:52 +1000 |
---|---|---|
committer | Alistair Popple <alistair@popple.id.au> | 2018-09-07 13:42:16 +1000 |
commit | 0db9a6444a9e52c0972d86048b470c8d69de0405 (patch) | |
tree | 3295c52b96a9a4a62c3ffd17175b918ed72a7d65 | |
parent | 151fdf604521867320c7eb94b9a97ebd6f4d86b8 (diff) | |
download | pdbg-0db9a6444a9e52c0972d86048b470c8d69de0405.tar.gz pdbg-0db9a6444a9e52c0972d86048b470c8d69de0405.zip |
libpdbg: Remove unused variable
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
-rw-r--r-- | libpdbg/libpdbg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpdbg/libpdbg.h b/libpdbg/libpdbg.h index e626786..bcd8584 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); |