mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-20 21:10:09 +00:00
Remove commented lines
This commit is contained in:
parent
0c4faf0f05
commit
31d7569353
@ -97,7 +97,6 @@ private:
|
||||
{
|
||||
public:
|
||||
Sample_Aligner();
|
||||
//~Sample_Aligner() = default;
|
||||
void reset();
|
||||
/*
|
||||
* samples length must be a multiple of two
|
||||
@ -119,7 +118,6 @@ private:
|
||||
{
|
||||
public:
|
||||
Symbol_Aligner_And_Decoder();
|
||||
//~Symbol_Aligner_And_Decoder() = default;
|
||||
void reset();
|
||||
bool get_bits(const std::vector<double> &symbols, std::vector<int32_t> &bits);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user