utils: ipc: templates: Drop unused variable
The has_input variable is unused, drop it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
aaaa2e833b
commit
5745a10911
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ void {{proxy_name}}::recvMessage(const IPCMessage &data)
|
|||
|
||||
{{proxy_funcs.func_sig(proxy_name, method, "IPC")}}
|
||||
{
|
||||
{%- set has_input = true if method|method_param_inputs|length > 0 %}
|
||||
{%- set has_output = true if method|method_param_outputs|length > 0 or method|method_return_value != "void" %}
|
||||
{%- set cmd = cmd_enum_name + "::" + method.mojom_name|cap %}
|
||||
IPCMessage::Header _header = { static_cast<uint32_t>({{cmd}}), seq_++ };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue