]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/framework/as0.c
PASDK-417:Compile out PAF_ARC_controlRate() unused function to remove klocwork uninit...
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / framework / as0.c
index 47cac9919f157244b04376ee5838e0983e4d860a..e2b8a8c42a394d6748e9b5015d58ff0997695f0b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
-Copyright (c) 2016, Texas Instruments Incorporated - http://www.ti.com/
+Copyright (c) 2017, Texas Instruments Incorporated - http://www.ti.com/
 All rights reserved.
 
 * Redistribution and use in source and binary forms, with or without 
@@ -276,7 +276,6 @@ PAF_DEC_computeFrameLength(
     Int m, n, o, p;
     // Messaging
     Int argIdx;
-    Int errno;                          /* error number */
     char decMsgBuf[ASP_MSG_BUF_LEN];
 
     // FL: dec control message to slave
@@ -446,6 +445,7 @@ PAF_DEC_updateInputStatus(
 
 // ----------------------------------------------------------------------------
 
+#if 0
 #ifndef HSE
 
 // ............................................................................
@@ -549,6 +549,7 @@ PAF_ARC_controlRate(
     return 1;
 }
 #endif //HSE
+#endif
 
 // ----------------------------------------------------------------------------