From 48cde211ba0b69555478b2069ca0bc4051661b0b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 7 Feb 2011 08:31:37 +0100 Subject: [PATCH] exec plugin: Remove useless preprocessor stuff. --- src/exec.c | 4 ---- 1 file changed, 4 deletions(-) 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)) -- 2.11.0