diff mbox

[API-NEXT,PATCHv4,3/3] api: config: delete erroneous define

Message ID 1446037401-20990-3-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit b097197d175dc8305bd090fde6984866c05be000
Headers show

Commit Message

Bill Fischofer Oct. 28, 2015, 1:03 p.m. UTC
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 <bill.fischofer@linaro.org>
---
 include/odp/api/config.h | 5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

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
  */