git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19904d7
)
Removing unused and incorrectly initialized variable.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 8 Oct 2010 10:51:40 +0000
(10:51 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 8 Oct 2010 10:51:40 +0000
(10:51 +0000)
org.glite.lb.client/examples/stats.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/examples/stats.c
b/org.glite.lb.client/examples/stats.c
index
3564383
..
e0adf1f
100644
(file)
--- a/
org.glite.lb.client/examples/stats.c
+++ b/
org.glite.lb.client/examples/stats.c
@@
-37,7
+37,6
@@
int main(int argc,char **argv)
float *vals;
char **groups;
int i;
- char ce = NULL;
edg_wll_InitContext(&ctx);