mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-02 14:02:27 -04:00
Remove unused variables.
This commit is contained in:
parent
4678abf091
commit
96cc7a550f
@ -143,10 +143,6 @@ void ADSBDemodSinkWorker::handleModeS(unsigned char *data, int bytes, unsigned i
|
|||||||
for (int i = 0; i < l.size(); i++)
|
for (int i = 0; i < l.size(); i++)
|
||||||
{
|
{
|
||||||
int df2 = ((l[i].m_data[0] >> 3) & ADS_B_DF_MASK);
|
int df2 = ((l[i].m_data[0] >> 3) & ADS_B_DF_MASK);
|
||||||
Real corr = CalcDb::dbPower(m_correlationScale * l[i].m_preambleCorrelation);
|
|
||||||
|
|
||||||
int curAltitude = -1;
|
|
||||||
int curId = -1;
|
|
||||||
|
|
||||||
if ((df2 == 0) || (df2 == 4) || (df2 == 16) || (df2 == 20))
|
if ((df2 == 0) || (df2 == 4) || (df2 == 16) || (df2 == 20))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user