Skip to content

Commit

Permalink
remove m_cancel from itunesmacimporter
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jun 20, 2023
1 parent 0572234 commit 2a4dd8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/library/itunes/itunesmacosimporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ class ITunesMacOSImporter : public ITunesImporter {
ITunesImport importLibrary() override;

private:
// The values behind these references are owned by the parent `ITunesFeature`,
// thus there is an implicit contract here that this `ITunesMacOSImporter` cannot
// outlive the feature (which should not happen anyway, since importers are short-lived).
const std::atomic<bool>& m_cancelImport;
std::unique_ptr<ITunesDAO> m_dao;
};

0 comments on commit 2a4dd8b

Please sign in to comment.