Skip to content

Commit a4bfa11

Browse files
Merge pull request #5283 from ggouaillardet/topic/spc
spc: remove ompi_spc_get_count() prototype from ompi_spc.h
2 parents 1ec813e + 3f874c9 commit a4bfa11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/runtime/ompi_spc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Copyright (c) 2018 The University of Tennessee and The University
33
* of Tennessee Research Foundation. All rights
44
* reserved.
5+
* Copyright (c) 2018 Research Organization for Information Science
6+
* and Technology (RIST). All rights reserved.
57
*
68
* $COPYRIGHT$
79
*
@@ -150,7 +152,6 @@ void ompi_spc_timer_stop(unsigned int event_id, opal_timer_t *cycles);
150152
void ompi_spc_user_or_mpi(int tag, ompi_spc_value_t value, unsigned int user_enum, unsigned int mpi_enum);
151153
void ompi_spc_cycles_to_usecs(ompi_spc_value_t *cycles);
152154
void ompi_spc_update_watermark(unsigned int watermark_enum, unsigned int value_enum);
153-
static int ompi_spc_get_count(const struct mca_base_pvar_t *pvar, void *value, void *obj_handle);
154155

155156
/* Macros for using the SPC utility functions throughout the codebase.
156157
* If SPC_ENABLE is not 1, the macros become no-ops.

0 commit comments

Comments
 (0)