projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039be94
)
Turbostat: remove superfluous function declaration
author
Vincent Brillault
<git@lerya.net>
Tue, 23 Sep 2014 19:38:34 +0000
(21:38 +0200)
committer
Vincent Brillault
<git@lerya.net>
Sat, 28 Feb 2015 06:35:41 +0000
(07:35 +0100)
src/turbostat.c
patch
|
blob
|
history
diff --git
a/src/turbostat.c
b/src/turbostat.c
index
06f15cd
..
2f07a58
100644
(file)
--- a/
src/turbostat.c
+++ b/
src/turbostat.c
@@
-1563,7
+1563,6
@@
turbostat_config(const char *key, const char *value)
return 0;
}
-void module_register(void);
void module_register(void)
{
plugin_register_init(PLUGIN_NAME, turbostat_init);