mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
Remove unused type FcnTreeIter ##anal
This commit is contained in:
parent
dad8a523cf
commit
0db0250108
@ -31,12 +31,6 @@
|
||||
#define EXISTS(x, ...) snprintf (key, sizeof (key) - 1, x, ## __VA_ARGS__), sdb_exists (DB, key)
|
||||
#define SETKEY(x, ...) snprintf (key, sizeof (key) - 1, x, ## __VA_ARGS__);
|
||||
|
||||
typedef struct fcn_tree_iter_t {
|
||||
int len;
|
||||
RBNode *cur;
|
||||
RBNode *path[R_RBTREE_MAX_HEIGHT];
|
||||
} FcnTreeIter;
|
||||
|
||||
R_API const char *r_anal_fcntype_tostring(int type) {
|
||||
switch (type) {
|
||||
case R_ANAL_FCN_TYPE_NULL: return "null";
|
||||
|
Loading…
Reference in New Issue
Block a user