Cleanup: remove unused variable from configure.ac check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 May 2019 16:38:38 +0000 (12:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 May 2019 16:38:38 +0000 (12:38 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index cd116a0cc2aa7c4e43abecffde5db6b1d6022a72..ed608855431974f0fcf63ddde2a58b6a5227c80d 100644 (file)
@@ -332,7 +332,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
                #include <sched.h>
                int main()
                {
-                       cpu_set_t foo, mask; CPU_SET(0, &foo);
+                       cpu_set_t foo; CPU_SET(0, &foo);
                        return 0;
                }
        ]])
This page took 0.025144 seconds and 4 git commands to generate.