diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 13:52:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 13:52:16 +0100 |
| commit | 09fcffa01669ee9f146c6c0e86be0f26b6dcd165 (patch) | |
| tree | c6d40b207ca468f1f337d53d3e517995817e390c /src/lib/job_manager.h | |
| parent | 2f25d1608356bf124e502c6aa438ec664c53de80 (diff) | |
Small bits of tidying up.
Diffstat (limited to 'src/lib/job_manager.h')
| -rw-r--r-- | src/lib/job_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/job_manager.h b/src/lib/job_manager.h index 82095a143..9c107c190 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -35,7 +35,6 @@ class JobManager public: boost::shared_ptr<Job> add (boost::shared_ptr<Job>); - void add_after (boost::shared_ptr<Job> after, boost::shared_ptr<Job> j); std::list<boost::shared_ptr<Job> > get () const; bool work_to_do () const; bool errors () const; |
