projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a294a8d
)
exec plugin: Remove useless preprocessor stuff.
author
Florian Forster
<octo@huhu.verplant.org>
Mon, 7 Feb 2011 07:31:37 +0000
(08:31 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 7 Feb 2011 07:31:37 +0000
(08:31 +0100)
src/exec.c
patch
|
blob
|
history
diff --git
a/src/exec.c
b/src/exec.c
index
c64f949
..
639b5d4
100644
(file)
--- a/
src/exec.c
+++ b/
src/exec.c
@@
-282,10
+282,6
@@
static void set_environment (void) /* {{{ */
ssnprintf (buffer, sizeof (buffer), "COLLECTD_HOSTNAME=%s", hostname_g);
putenv (buffer);
#endif
-
-#ifdef HAVE_SETENV
-#else
-#endif
} /* }}} void set_environment */
__attribute__((noreturn))