mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
unused variable
This commit is contained in:
parent
0b4a7635a0
commit
9c8158d397
@ -122,7 +122,6 @@ static int cmd_type(void *data, const char *input) {
|
||||
break;
|
||||
case 'b':
|
||||
{
|
||||
int i;
|
||||
char *p, *s = (strlen (input) > 1) ? strdup (input+2): NULL;
|
||||
const char *isenum;
|
||||
p = s ? strchr (s, ' ') : NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user