Skip to content

Commit 53336c3

Browse files
committed
Remove DECLSPEC from internal functions
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 83ab6fb commit 53336c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/op/cuda/op_cuda.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ typedef struct {
6969
OMPI_DECLSPEC extern ompi_op_cuda_component_t
7070
mca_op_cuda_component;
7171

72-
OMPI_DECLSPEC extern
72+
extern
7373
ompi_op_base_stream_handler_fn_t ompi_op_cuda_functions[OMPI_OP_BASE_FORTRAN_OP_MAX][OMPI_OP_BASE_TYPE_MAX];
7474

75-
OMPI_DECLSPEC extern
75+
extern
7676
ompi_op_base_3buff_stream_handler_fn_t ompi_op_cuda_3buff_functions[OMPI_OP_BASE_FORTRAN_OP_MAX][OMPI_OP_BASE_TYPE_MAX];
7777

7878
END_C_DECLS

0 commit comments

Comments
 (0)