diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-23 00:26:22 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-23 00:26:22 -0500 |
commit | e9360fae1307575a255bb354efb807eb71e9369a (patch) | |
tree | 5fcaade08d40364eee06df289a4b9d9f8f712c4e /memory/build/replace_malloc.h | |
parent | 2896724eaf851ee4b3d6f14eae05dcc626d88cdd (diff) | |
download | UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar.gz UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar.lz UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar.xz UXP-e9360fae1307575a255bb354efb807eb71e9369a.zip |
Issue #1053 - Remove android support from memory
Diffstat (limited to 'memory/build/replace_malloc.h')
-rw-r--r-- | memory/build/replace_malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/build/replace_malloc.h b/memory/build/replace_malloc.h index a61744f60..3e592749a 100644 --- a/memory/build/replace_malloc.h +++ b/memory/build/replace_malloc.h @@ -13,7 +13,7 @@ * environment variables to the library path: * - LD_PRELOAD on Linux, * - DYLD_INSERT_LIBRARIES on OSX, - * - MOZ_REPLACE_MALLOC_LIB on Windows and Android. + * - MOZ_REPLACE_MALLOC_LIB on Windows. * * An initialization function is called before any malloc replacement * function, and has the following declaration: |