Launch job at a earlier step
[src/app-framework-binder.git] / src / afb-api-so.c
index 4908ba8..a22e444 100644 (file)
 #include "afb-api-so-v2.h"
 #include "verbose.h"
 
-int afb_api_so_timeout = 15;
-
-void afb_api_so_set_timeout(int to)
-{
-       afb_api_so_timeout = to;
-}
-
 static int load_binding(const char *path, int force)
 {
        int rc;