From: Simon Marchi Date: Wed, 31 Mar 2021 14:45:01 +0000 (-0400) Subject: Clean-up: filter: fix variable shadowing in visit_node_load_expression X-Git-Tag: v2.13.0-rc1~143 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9de37b2bb179ef4bc729ab3abc3c47400012a960;hp=9de37b2bb179ef4bc729ab3abc3c47400012a960 Clean-up: filter: fix variable shadowing in visit_node_load_expression It seems safe to just re-use the `ret` variable at the function-level scope. Change-Id: I7826edf2b8bb41f9c202af75a8b5e7dff9cbbcc8 Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau ---