aboutsummaryrefslogtreecommitdiff
path: root/vpx_mem/include/vpx_mem_intrnl.h
diff options
context:
space:
mode:
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