summaryrefslogtreecommitdiffstats
path: root/stack/include/dyn_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack/include/dyn_mem.h')
-rw-r--r--stack/include/dyn_mem.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/stack/include/dyn_mem.h b/stack/include/dyn_mem.h
index b0ca9f963..2693ae636 100644
--- a/stack/include/dyn_mem.h
+++ b/stack/include/dyn_mem.h
@@ -19,15 +19,6 @@
#define DYN_MEM_H
/****************************************************************************
-** Define memory usage for GKI (if not defined in bdroid_buildcfg.h)
-** The default for GKI is to use static memory allocation for its control
-** block.
-*/
-#ifndef GKI_DYNAMIC_MEMORY
-#define GKI_DYNAMIC_MEMORY FALSE
-#endif
-
-/****************************************************************************
** Define memory usage for each CORE component (if not defined in bdroid_buildcfg.h)
** The default for each component is to use static memory allocations.
*/