summaryrefslogtreecommitdiff
path: root/vpx_mem/include/vpx_mem_intrnl.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-04-16 12:29:01 -0700
committerJames Zern <jzern@google.com>2015-04-20 20:52:32 -0700
commit02804821cceb24f4294a7bd9f7576885d7de4b7a (patch)
tree80619398ded61ee6b4d7b7daa070e4cac968b5c6 /vpx_mem/include/vpx_mem_intrnl.h
parente5eda53e3d42c3b14b6b7705bc9cf95d27eb74f0 (diff)
downloadlibvpx-02804821cceb24f4294a7bd9f7576885d7de4b7a.tar
libvpx-02804821cceb24f4294a7bd9f7576885d7de4b7a.tar.gz
libvpx-02804821cceb24f4294a7bd9f7576885d7de4b7a.tar.bz2
libvpx-02804821cceb24f4294a7bd9f7576885d7de4b7a.zip
vpx_mem: remove 'mem checks'
vestigial. there are tools better suited for this Change-Id: I1d6f604452fbc62cb7523eec8d1f8a72a276d6b5
Diffstat (limited to 'vpx_mem/include/vpx_mem_intrnl.h')
-rw-r--r--vpx_mem/include/vpx_mem_intrnl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vpx_mem/include/vpx_mem_intrnl.h b/vpx_mem/include/vpx_mem_intrnl.h
index a3da79340..b5762cf5a 100644
--- a/vpx_mem/include/vpx_mem_intrnl.h
+++ b/vpx_mem/include/vpx_mem_intrnl.h
@@ -17,11 +17,6 @@
# define CONFIG_MEM_TRACKER 1 /*include xvpx_* calls in the lib*/
#endif
-#ifndef CONFIG_MEM_CHECKS
-# define CONFIG_MEM_CHECKS 0 /*include some basic safety checks in
-vpx_memcpy, _memset, and _memmove*/
-#endif
-
#ifndef USE_GLOBAL_FUNCTION_POINTERS
# define USE_GLOBAL_FUNCTION_POINTERS 0 /*use function pointers instead of compiled functions.*/
#endif