From 02804821cceb24f4294a7bd9f7576885d7de4b7a Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 16 Apr 2015 12:29:01 -0700 Subject: vpx_mem: remove 'mem checks' vestigial. there are tools better suited for this Change-Id: I1d6f604452fbc62cb7523eec8d1f8a72a276d6b5 --- vpx_mem/include/vpx_mem_intrnl.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vpx_mem/include/vpx_mem_intrnl.h') 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 -- cgit v1.2.3