mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Remove unused variables
This commit is contained in:
		| @@ -471,15 +471,6 @@ int decoderaw(rtksvr_t *svr, int index) | |||||||
| /* decode download file ------------------------------------------------------*/ | /* decode download file ------------------------------------------------------*/ | ||||||
| void decodefile(rtksvr_t *svr, int index) | 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{}; |     nav_t nav{}; | ||||||
|     char file[1024]; |     char file[1024]; | ||||||
|     int nb; |     int nb; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez