[Pdbg] [PATCH 1/5] libpdbg: Remove unused variable
Amitay Isaacs
amitay at ozlabs.org
Thu Aug 16 15:57:52 AEST 2018
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
libpdbg/libpdbg.h | 3 ---
1 file changed, 3 deletions(-)
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);
--
2.17.1
More information about the Pdbg
mailing list