1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-01 07:43:04 +00:00

Revert "clang-tidy: apply performance-unnecessary-value-param check"

This reverts commit eae967ed1a.
This commit is contained in:
Carles Fernandez
2019-02-12 12:07:40 +01:00
parent ef0da0a973
commit 111c6291ec
53 changed files with 118 additions and 126 deletions

View File

@@ -141,7 +141,7 @@ public:
/*!
* \brief Priorize visible satellites in the specified vector
*/
void priorize_satellites(const std::vector<std::pair<int, Gnss_Satellite>>& visible_satellites);
void priorize_satellites(std::vector<std::pair<int, Gnss_Satellite>> visible_satellites);
private:
void init(); // Populates the SV PRN list available for acquisition and tracking