aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorJuliana Rodrigues <juliana.orod@gmail.com>2016-09-23 00:21:55 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-23 14:11:46 +0200
commit6f7fd0953cf9c2bb1cc7ef5a8810e0ddf5827dc5 (patch)
treeb4540f9ed9f75aef589d9c2d84e99fd8f4f813a6 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent57fd9569d35350a31ed2493baf9d9c010b9d22fa (diff)
staging: lustre: llite: removed uneeded return variables
Removed variables used only for return purposes and replaced them for the return value itself. Found using Coccinelle's semantic patch: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions