X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-service-v2.h;fp=include%2Fafb%2Fafb-service-v2.h;h=5c0d3bd81e01d40d8b1a1d0668c7264c34a46133;hb=db01090e1f869965c07b12d9480fa6f3d2e7b1b0;hp=2d138350dc7d224f756744e98dd80be43bb81888;hpb=6f1126ae2c585afc34d0bb06f3763e3a82ee3d37;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-service-v2.h b/include/afb/afb-service-v2.h index 2d138350..5c0d3bd8 100644 --- a/include/afb/afb-service-v2.h +++ b/include/afb/afb-service-v2.h @@ -56,7 +56,6 @@ static inline void afb_service_call_v2( * Thus, in the case where 'args' should remain available after * the function returns, the function 'json_object_get' shall be used. * - * @param service The service as received during initialisation * @param api The api name of the method to call * @param verb The verb name of the method to call * @param args The arguments to pass to the method