Skip to content
Snippets Groups Projects
Commit 2891d852 authored by Stefan Beller's avatar Stefan Beller Committed by Jean-Marc Valin
Browse files

Remove dead code


The compiler warned:
silk/float/pitch_analysis_core_FLP.c: In function 'silk_P_Ana_calc_corr_st3':
silk/float/pitch_analysis_core_FLP.c:499:36: warning: variable 'basis_ptr' set but not used [-Wunused-but-set-variable]
     const silk_float *target_ptr, *basis_ptr;

This means we can safely remove it.

Signed-off-by: default avatarStefan Beller <stefanbeller@googlemail.com>
Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
parent d6b56793
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment