1
0
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:
Carles Fernandez
2019-07-21 19:32:52 +02:00
parent 6e5c79d144
commit be86771ede
226 changed files with 259 additions and 593 deletions

View File

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

View File

@@ -56,7 +56,7 @@ public:
unsigned int in_stream,
unsigned int out_stream);
virtual ~Pass_Through();
~Pass_Through() = default;
inline std::string role() override
{