mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-04 17:57:03 +00:00
Remove unused variables
This commit is contained in:
parent
8a34fa8041
commit
c52a3dd4b5
@ -471,15 +471,6 @@ int decoderaw(rtksvr_t *svr, int index)
|
||||
/* decode download file ------------------------------------------------------*/
|
||||
void decodefile(rtksvr_t *svr, int index)
|
||||
{
|
||||
int i = 0;
|
||||
char glo_fcn[MAXPRNGLO + 1];
|
||||
|
||||
// Allocate space for GLONASS frequency channels depending on availability
|
||||
for (i = 0; i < MAXPRNGLO + 1; i++)
|
||||
{
|
||||
glo_fcn[i] = '0';
|
||||
}
|
||||
|
||||
nav_t nav{};
|
||||
char file[1024];
|
||||
int nb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user