diff options
author | Zach Johnson <zachoverflow@google.com> | 2014-10-14 17:56:37 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:36 -0700 |
commit | 65645888da537ff8b3480c36ffe2dfc58844aea6 (patch) | |
tree | a2b9fcb175210a8073eca8d32ea805a7aeef0273 /stack/include/dyn_mem.h | |
parent | cab7816b038eeba15a6fee5f9b01fb11b7fd8825 (diff) | |
download | android_system_bt-65645888da537ff8b3480c36ffe2dfc58844aea6.tar.gz android_system_bt-65645888da537ff8b3480c36ffe2dfc58844aea6.tar.bz2 android_system_bt-65645888da537ff8b3480c36ffe2dfc58844aea6.zip |
Remove unused code in GAP
Left the BLE stuff for now, since some of it appears to
be used at least right now.
Diffstat (limited to 'stack/include/dyn_mem.h')
-rw-r--r-- | stack/include/dyn_mem.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stack/include/dyn_mem.h b/stack/include/dyn_mem.h index e0521343e..a58d60ef4 100644 --- a/stack/include/dyn_mem.h +++ b/stack/include/dyn_mem.h @@ -119,10 +119,6 @@ #define FTP_DYNAMIC_MEMORY FALSE #endif -#ifndef GAP_DYNAMIC_MEMORY -#define GAP_DYNAMIC_MEMORY FALSE -#endif - #ifndef GOEP_DYNAMIC_MEMORY #define GOEP_DYNAMIC_MEMORY FALSE #endif |