Skip to content

Commit f6292ff

Browse files
committed
op:avx: Remove unused header (and kill warning)
Including mpi_portable_platform.h directly will always generate warnings when included outside of mpi.h. We should use opal_portable_platform.h instead, although since this file does not use anything from the portable_platform file, it is simpler to just remove the include entirely. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent c0e8cf0 commit f6292ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/op/avx/op_avx_component.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "ompi_config.h"
2222

2323
#include "opal/util/printf.h"
24-
#include "ompi/include/mpi_portable_platform.h"
2524

2625
#include "ompi/constants.h"
2726
#include "ompi/op/op.h"

0 commit comments

Comments
 (0)