exec plugin: Remove useless preprocessor stuff.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 7 Feb 2011 07:31:37 +0000 (08:31 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 7 Feb 2011 07:31:37 +0000 (08:31 +0100)
src/exec.c

index c64f949..639b5d4 100644 (file)
@@ -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))