X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=6c112130ad80810a8c4964bedee49ab3181e8d1e;hb=7a7268a5697b0b988bcabc00390878edee941b4e;hp=d78d88fbefdaa0e00db0648543d5e1729fd2058c;hpb=4a6490b96d8ac2da6a19b4f251c005ff1b1e7d61;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index d78d88fb..6c112130 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -60,8 +60,6 @@ struct afb_xreq struct afb_request request; /**< exported request */ struct afb_context context; /**< context of the request */ struct afb_apiset *apiset; /**< apiset of the xreq */ - const char *api; /**< the requested API */ - const char *verb; /**< the requested VERB */ struct json_object *json; /**< the json object (or NULL) */ const struct afb_xreq_query_itf *queryitf; /**< interface of xreq implmentation functions */ int refcount; /**< current ref count */