X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.cpp;h=41f2ae9c5f5bc6346aff24b895062d1e8d51ae53;hp=b11e60c7705a3c89f137047d903b164de08521c1;hb=219b3ab99786d31cfbf010b931293c57daedacc9;hpb=2ad82c2e40b6865481733913a2c32735602f63c4 diff --git a/pv/devicemanager.cpp b/pv/devicemanager.cpp index b11e60c7..41f2ae9c 100644 --- a/pv/devicemanager.cpp +++ b/pv/devicemanager.cpp @@ -65,10 +65,6 @@ DeviceManager::DeviceManager(shared_ptr context) : driver_scan(entry.second, map()); } -DeviceManager::~DeviceManager() -{ -} - const std::shared_ptr& DeviceManager::context() const { return context_;