unused variable

This commit is contained in:
oddcoder 2016-03-18 10:46:45 +02:00 committed by pancake
parent 0b4a7635a0
commit 9c8158d397

View File

@ -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;