X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so.c;h=a22e4442cd8fc31ec6650e1e0979d9b6cc6b45a3;hb=41618d081d650f9cc105034bfa37d3b861663db7;hp=4908ba85422e9fad8e03ef70bed3c757eb36dd80;hpb=0b838a6101edc810098ee0645d3bfd966096ae07;p=src%2Fapp-framework-binder.git 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;