Fix build system, drop gai things, we will go with threads as policy processes are...
[apps/pfixtools.git] / job.c
diff --git a/job.c b/job.c
index 454b35b..3d99a8f 100644 (file)
--- a/job.c
+++ b/job.c
@@ -55,7 +55,6 @@
 #endif
 
 #include "job.h"
-#include "gai.h"
 
 static int epollfd = -1;
 static bool sigint = false;
@@ -202,8 +201,6 @@ void job_loop(void)
                 job_delete(&job);
             }
         }
-
-        gai_process();
     }
 }