diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-07 16:02:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-07 16:02:49 +0100 |
| commit | dc37d4d06b1fde1a61b7d446f51921f19324ef98 (patch) | |
| tree | 414a0a876ec3bf8a18fdda0493a926c4e00d1713 /src/lib | |
| parent | 331b0f31338ce11a806af15a2702f94b95fadf8a (diff) | |
Remove unused method.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/examine_content_job.cc | 4 | ||||
| -rw-r--r-- | src/lib/examine_content_job.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index a304ebea0..a9df63be7 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -38,10 +38,6 @@ ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Co } -ExamineContentJob::~ExamineContentJob () -{ -} - string ExamineContentJob::name () const { diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 145f48048..0f4da2457 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -27,7 +27,6 @@ class ExamineContentJob : public Job { public: ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>); - ~ExamineContentJob (); std::string name () const; std::string json_name () const; @@ -36,4 +35,3 @@ public: private: boost::shared_ptr<Content> _content; }; - |
