From: Florian Forster Date: Mon, 7 Feb 2011 07:31:37 +0000 (+0100) Subject: exec plugin: Remove useless preprocessor stuff. X-Git-Tag: collectd-4.9.5~9 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=48cde211ba0b69555478b2069ca0bc4051661b0b exec plugin: Remove useless preprocessor stuff. --- diff --git a/src/exec.c b/src/exec.c index c64f949f..639b5d45 100644 --- 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))