mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
remove commented code
This commit is contained in:
parent
4282386a30
commit
a3c9dd4325
@ -147,15 +147,6 @@ gr::basic_block_sptr FileSourceBase::get_right_block()
|
|||||||
if (valve_) return valve_;
|
if (valve_) return valve_;
|
||||||
if (throttle_) return throttle_;
|
if (throttle_) return throttle_;
|
||||||
return file_source_;
|
return file_source_;
|
||||||
// if (samples_ > 0)
|
|
||||||
// {
|
|
||||||
// return valve_;
|
|
||||||
// }
|
|
||||||
// if (enable_throttle_control_ == true)
|
|
||||||
// {
|
|
||||||
// return throttle_;
|
|
||||||
// }
|
|
||||||
// return file_source_;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user