Removing unused and incorrectly initialized variable.
authorZdeněk Šustr <sustr4@cesnet.cz>
Fri, 8 Oct 2010 10:51:40 +0000 (10:51 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Fri, 8 Oct 2010 10:51:40 +0000 (10:51 +0000)
org.glite.lb.client/examples/stats.c

index 3564383..e0adf1f 100644 (file)
@@ -37,7 +37,6 @@ int main(int argc,char **argv)
        float   *vals;
        char    **groups;
        int     i;
-       char    ce = NULL;
 
 
        edg_wll_InitContext(&ctx);