X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-common.c;h=c6c876b43f9e5bc5665fa2f68f297500fef8c064;hb=3535d4cb73628c720da1bf74627ded2aec6f2ca1;hp=087a6285795862b04ce04eb18a319bfbeea68cc6;hpb=89c44a872117fb8f64d38cbccf8f36776f2623f6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-common.c b/src/afb-common.c index 087a6285..c6c876b4 100644 --- a/src/afb-common.c +++ b/src/afb-common.c @@ -32,31 +32,6 @@ static const char *default_locale = NULL; static struct locale_root *rootdir = NULL; -/* -struct sd_event *afb_common_get_thread_event_loop() -{ - sd_event *result; - int rc = sd_event_default(&result); - if (rc != 0) { - errno = -rc; - result = NULL; - } - return result; -} - -static void *sdopen(void **p, int (*f)(void **)) -{ - if (*p == NULL) { - int rc = f(p); - if (rc < 0) { - errno = -rc; - *p = NULL; - } - } - return *p; -} -*/ - static struct sd_bus *sdbusopen(struct sd_bus **p, int (*f)(struct sd_bus **)) { if (*p == NULL) {