aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-04 11:49:15 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-04 11:50:00 +0200
commit41618d081d650f9cc105034bfa37d3b861663db7 (patch)
tree306957c5ca876f2c6bf3ead8e4104fbffa3474b2 /src/afb-api-so.c
parent0b838a6101edc810098ee0645d3bfd966096ae07 (diff)
Launch job at a earlier step
Change-Id: I3fcb96e4d748e38eacc4d413a451143dd9b4a10d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-so.c')
-rw-r--r--src/afb-api-so.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/afb-api-so.c b/src/afb-api-so.c
index 4908ba85..a22e4442 100644
--- a/src/afb-api-so.c
+++ b/src/afb-api-so.c
@@ -30,13 +30,6 @@
#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;