]> sigrok.org Git - pulseview.git/blobdiff - pv/devicemanager.cpp
Use the 'default' keyword where applicable. This patch
[pulseview.git] / pv / devicemanager.cpp
index b11e60c7705a3c89f137047d903b164de08521c1..41f2ae9c5f5bc6346aff24b895062d1e8d51ae53 100644 (file)
@@ -65,10 +65,6 @@ DeviceManager::DeviceManager(shared_ptr<Context> context) :
                driver_scan(entry.second, map<const ConfigKey *, VariantBase>());
 }
 
-DeviceManager::~DeviceManager()
-{
-}
-
 const std::shared_ptr<sigrok::Context>& DeviceManager::context() const
 {
        return context_;