diff options
author | Sharvil Nanavati <sharvil@google.com> | 2014-12-28 02:25:02 -0800 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:42 -0700 |
commit | e13fbfafe2105d264357ac41133f0ac0e054429c (patch) | |
tree | 8e6bc80e221977910ee0a7e2aa8727d99298d9ec /stack/include/dyn_mem.h | |
parent | 23e561a1f374557d6030b497337a1c96e9bb6aa4 (diff) | |
download | android_system_bt-e13fbfafe2105d264357ac41133f0ac0e054429c.tar.gz android_system_bt-e13fbfafe2105d264357ac41133f0ac0e054429c.tar.bz2 android_system_bt-e13fbfafe2105d264357ac41133f0ac0e054429c.zip |
Remove more GKI code.
This change removes all remaining GKI task remnants as well as
a few timer and buffer bits.
Diffstat (limited to 'stack/include/dyn_mem.h')
-rw-r--r-- | stack/include/dyn_mem.h | 9 |
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. */ |