X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v1.c;h=a81ec17c4e5fe7afbdee96946892ddf767d4bf38;hb=c0562698d8e2613e488b320736255e6bbd49cb2c;hp=4bfd8d99397e0b8a9f444de777d727bfe6f48d1d;hpb=863a97b989aecce8b52a09168c0668ad40df8e1c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v1.c b/src/afb-api-so-v1.c index 4bfd8d99..a81ec17c 100644 --- a/src/afb-api-so-v1.c +++ b/src/afb-api-so-v1.c @@ -154,8 +154,6 @@ struct json_object *describe_cb(void *closure) a = json_object_new_array(); json_object_object_add(f, "name", json_object_new_string(verb->name)); json_object_object_add(f, "info", json_object_new_string(verb->info)); - if (verb->session & AFB_SESSION_CREATE) - json_object_array_add(a, json_object_new_string("session-create")); if (verb->session & AFB_SESSION_CLOSE) json_object_array_add(a, json_object_new_string("session-close")); if (verb->session & AFB_SESSION_RENEW)