Gabriele Contini
2020-01-11 2fc843a1e2dd6bd9f6c84aaff6214ba2657931f2
src/library/LicenseReader.cpp
@@ -44,7 +44,6 @@
LicenseReader::LicenseReader(const LicenseLocation *licenseLocation) : licenseLocation(licenseLocation) {}
EventRegistry LicenseReader::readLicenses(const string &product, vector<FullLicenseInfo> &licenseInfoOut) const {
   vector<string> diskFiles;
   vector<unique_ptr<locate::LocatorStrategy>> locator_strategies;
   FUNCTION_RETURN ret = locate::LocatorFactory::get_active_strategies(locator_strategies, licenseLocation);
   EventRegistry eventRegistry;