evas: parameter length is not used, so removing it. to fix static analyzer tool warning.

Reviewers: raster, cedric

Subscribers: jpeg, rajeshps

Differential Revision: https://phab.enlightenment.org/D5301

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Prince Kumar Dubey 2017-10-13 12:08:24 -07:00 committed by Cedric Bail
parent 41197981ab
commit 71e62840e4
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ static Eina_Prefix *pfx = NULL;
struct ext_loader_s
{
unsigned int length;
const char *extension;
const char *loader;
};