remove the code which was commented out

This commit is contained in:
Marc Majoral 2023-05-29 16:44:42 +02:00
parent 48fd1c63f5
commit f0b349be99
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ public:
* \brief Constructor
*/
explicit Fpga_dynamic_bit_selection(uint32_t num_freq_bands);
//explicit Fpga_dynamic_bit_selection(const std::string& device_name1, const std::string& device_name2);
/*!
* \brief Destructor
@ -54,7 +53,6 @@ public:
/*!
* \brief This function configures the switch in th eFPGA
*/
// void set_switch_position(int32_t switch_position);
void bit_selection(void);
private: