]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blobdiff - blis/frame/base/bli_malloc.c
DSP-only BILS test suite works on C6678 EVM.
[dense-linear-algebra-libraries/linalg.git] / blis / frame / base / bli_malloc.c
index c500c82c7a1ab8771a3fc7dc99854c3c7316f10a..c9cb628cebb6d48bbf56369fda31da09f5f9f41f 100644 (file)
@@ -37,8 +37,6 @@
 #include <CL/cl_ext.h>
 #endif
 
-extern void * blasGetMemHandle();
-
 /* This function is used to allocate memory during BLIS initialization. 
    Allocated memory will be freed when bli_finalize() is called */
 void* bli_malloc( siz_t size )