Defines are platform specific and should not be in the API file. This is a duplicate of the main define already present, so delete it.
Signed-off-by: Bill Fischofer <[email protected]> --- include/odp/api/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/odp/api/config.h b/include/odp/api/config.h index a838416..c9879d6 100644 --- a/include/odp/api/config.h +++ b/include/odp/api/config.h @@ -51,11 +51,6 @@ int odp_config_queues(void); int odp_config_max_ordered_locks_per_queue(void); /** - * Maximum number of ordered locks per queue - */ -#define ODP_CONFIG_MAX_ORDERED_LOCKS_PER_QUEUE 2 - -/** * Number of scheduling priorities * @return The number of scheduling priorities supported by this platform */ -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
