Remove commented lines

This commit is contained in:
Carles Fernandez 2021-10-10 19:16:27 +02:00
parent 0c4faf0f05
commit 31d7569353
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 0 additions and 2 deletions

View File

@ -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);