浏览代码

mpi/tests/load_balancer.c: setenv is no longer needed

Nathalie Furmento 8 年之前
父节点
当前提交
b0261cac70
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mpi/tests/load_balancer.c

+ 2 - 2
mpi/tests/load_balancer.c

@@ -18,9 +18,9 @@
 #include <starpu_mpi_lb.h>
 #include "helper.h"
 
-#if !defined(STARPU_HAVE_SETENV) && !defined(STARPU_HAVE_UNSETENV)
+#if !defined(STARPU_HAVE_UNSETENV)
 
-#warning setenv and unsetenv are not defined. Skipping test
+#warning unsetenv is not defined. Skipping test
 int main(int argc, char **argv)
 {
 	return STARPU_TEST_SKIPPED;