GREENTEA - fix warning by removing unreachable statement.

pull/2818/head
Vincent Coubard 2016-09-26 16:56:28 +01:00
parent ed4889c79f
commit f150f4f5e0
1 changed files with 0 additions and 1 deletions

View File

@ -574,7 +574,6 @@ int greentea_parse_kv(char *out_key,
break;
}
}
return 0;
}
/**