X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so.c;h=a22e4442cd8fc31ec6650e1e0979d9b6cc6b45a3;hb=5d248158cc380d0a164fa56b46a7bdede4115407;hp=4908ba85422e9fad8e03ef70bed3c757eb36dd80;hpb=c9ba2ce49808a19a4ef982280a46256797b830ae;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;