X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-common.c;h=c6c876b43f9e5bc5665fa2f68f297500fef8c064;hb=fe4d14b25cc4ca9aa10948fd014205eef4e2a3b1;hp=087a6285795862b04ce04eb18a319bfbeea68cc6;hpb=44110f28e2502ad2fb5676b80ca420db470870ff;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) {