Fix redundant declaration of GetLinkGraphJobDesc

This commit is contained in:
Jonathan G Rennison
2021-11-09 02:13:43 +00:00
parent a731da3956
commit d35b9719a9

View File

@@ -27,10 +27,6 @@ typedef Pool<LinkGraphJob, LinkGraphJobID, 32, 0xFFFF> LinkGraphJobPool;
/** The actual pool with link graph jobs. */ /** The actual pool with link graph jobs. */
extern LinkGraphJobPool _link_graph_job_pool; extern LinkGraphJobPool _link_graph_job_pool;
namespace upstream_sl {
SaveLoadTable GetLinkGraphJobDesc();
}
/** /**
* Class for calculation jobs to be run on link graphs. * Class for calculation jobs to be run on link graphs.
*/ */