chiark / gitweb /
Remove dead code and unexport some calls
[elogind.git] / src / core / job.c
index e5dcef7cf43d9f616665072f4e675028ecc711b3..fc446fbc42cc2ca7402dc228f0c69cd0215cd48d 100644 (file)
@@ -416,7 +416,7 @@ int job_type_merge_and_collapse(JobType *a, JobType b, Unit *u) {
         return 0;
 }
 
-bool job_is_runnable(Job *j) {
+static bool job_is_runnable(Job *j) {
         Iterator i;
         Unit *other;