]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Remove ref to debug var in AFP
authorFrank Livingston <frank-livingston@ti.com>
Wed, 10 May 2017 21:03:10 +0000 (16:03 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Wed, 10 May 2017 21:03:10 +0000 (16:03 -0500)
pasdk/test_dsp/framework/alphaFuncProc.c

index 2d176640fdff0a49c05dae0836bf119e11e207ba..f3eae60c51873b166c2bd3bbfca39e2e761314c0 100644 (file)
@@ -90,8 +90,6 @@ Void *AFP_memAlloc(
     return (void *)Memory_alloc((IHeap_Handle)hHeap, size, align, NULL);
 }
 
-extern UInt32 gPafHeapMgrInit;
-
 Void AFP_process(
     AFP_Handle handle
 )