evas: parameter length is not used, so removing it. to fix static analyzer tool warning.
authorPrince Kumar Dubey <prince.dubey@samsung.com>
Fri, 13 Oct 2017 19:08:24 +0000 (12:08 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:08:27 +0000 (12:08 -0700)
Reviewers: raster, cedric

Subscribers: jpeg, rajeshps

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

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/bin/evas/evas_cserve2_slave.c

index 137e6ae..0154297 100644 (file)
@@ -23,7 +23,6 @@ static Eina_Prefix *pfx = NULL;
 
 struct ext_loader_s
 {
-   unsigned int length;
    const char *extension;
    const char *loader;
 };