Commit dee9d80d authored by Martin Storsjö's avatar Martin Storsjö

omxil: Remove an unused local variable

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 3947b9ac
...@@ -139,10 +139,9 @@ static int CreateComponentsList(decoder_t *p_dec, const char *psz_role) ...@@ -139,10 +139,9 @@ static int CreateComponentsList(decoder_t *p_dec, const char *psz_role)
OMX_ERRORTYPE omx_error; OMX_ERRORTYPE omx_error;
OMX_U32 roles = 0; OMX_U32 roles = 0;
OMX_U8 **ppsz_roles = 0; OMX_U8 **ppsz_roles = 0;
unsigned int i, j, len; unsigned int i, j;
if(!psz_role) goto end; if(!psz_role) goto end;
len = strlen(psz_role);
for( i = 0; ; i++ ) for( i = 0; ; i++ )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment