summaryrefslogtreecommitdiff
path: root/src/lib/job_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/job_manager.h')
-rw-r--r--src/lib/job_manager.h1
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;