projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a94ccd
)
swap plugin: Removed unused variable `status' which aborted the build with gcc.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 23 Oct 2006 21:34:16 +0000
(23:34 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 23 Oct 2006 21:34:16 +0000
(23:34 +0200)
src/swap.c
patch
|
blob
|
history
diff --git
a/src/swap.c
b/src/swap.c
index
f906c99
..
43275fc
100644
(file)
--- a/
src/swap.c
+++ b/
src/swap.c
@@
-250,7
+250,6
@@
static void swap_read (void)
size_t mib_len;
struct xsw_usage sw_usage;
size_t sw_usage_len;
- int status;
mib_len = 2;
mib[0] = CTL_VM;