mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-27 05:27:40 +00:00
clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html
This commit is contained in:
@@ -120,9 +120,7 @@ Pass_Through::Pass_Through(ConfigurationInterface* configuration, std::string ro
|
||||
}
|
||||
|
||||
|
||||
Pass_Through::~Pass_Through()
|
||||
{
|
||||
}
|
||||
Pass_Through::~Pass_Through() = default;
|
||||
|
||||
|
||||
void Pass_Through::connect(gr::top_block_sptr top_block)
|
||||
|
||||
Reference in New Issue
Block a user