mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 09:13:05 +00:00 
			
		
		
		
	Remove unused parameter
This commit is contained in:
		@@ -61,7 +61,6 @@ GpsL1CaKfTracking::GpsL1CaKfTracking(
 | 
				
			|||||||
    std::string dump_filename;
 | 
					    std::string dump_filename;
 | 
				
			||||||
    std::string item_type;
 | 
					    std::string item_type;
 | 
				
			||||||
    std::string default_item_type = "gr_complex";
 | 
					    std::string default_item_type = "gr_complex";
 | 
				
			||||||
    float pll_bw_hz;
 | 
					 | 
				
			||||||
    float dll_bw_hz;
 | 
					    float dll_bw_hz;
 | 
				
			||||||
    float early_late_space_chips;
 | 
					    float early_late_space_chips;
 | 
				
			||||||
    bool bce_run;
 | 
					    bool bce_run;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user