mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-05 17:55:06 +00:00
Move default destructor to header file, so compiler can make a better job
This commit is contained in:
@@ -129,9 +129,6 @@ Pass_Through::Pass_Through(ConfigurationInterface* configuration, const std::str
|
||||
}
|
||||
|
||||
|
||||
Pass_Through::~Pass_Through() = default;
|
||||
|
||||
|
||||
void Pass_Through::connect(gr::top_block_sptr top_block)
|
||||
{
|
||||
if (top_block)
|
||||
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
unsigned int in_stream,
|
||||
unsigned int out_stream);
|
||||
|
||||
virtual ~Pass_Through();
|
||||
~Pass_Through() = default;
|
||||
|
||||
inline std::string role() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user