diff options
author | Kaixu Xia <kaixuxia@tencent.com> | 2020-11-13 19:02:40 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-11-13 20:19:52 +0300 |
commit | b111545d26c0d66dd9aae668d9373669e752b075 (patch) | |
tree | cdfc44cb1c8f71168ffc746d7f45dd0855b53455 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2860cd8a235375df3c8ec8039d9fe5eb2f658b86 (diff) | |
download | linux-b111545d26c0d66dd9aae668d9373669e752b075.tar.xz |
tracing: Remove the useless value assignment in test_create_synth_event()
The value of variable ret is overwritten on the delete branch in the
test_create_synth_event() and we care more about the above error than
this delete portion. Remove it.
Link: https://lkml.kernel.org/r/1605283360-6804-1-git-send-email-kaixuxia@tencent.com
Reported-by: Tosk Robot <tencent_os_robot@tencent.com>
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions