Commit af29b18e authored by Kiran Pawar's avatar Kiran Pawar Committed by Aaron Plattner
Browse files

trace: fix Coverity dead code warnings


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent 5a596968
......@@ -4608,11 +4608,9 @@ VdpStatus vdp_trace_device_create_x11(
if (_vdp_cap_data.level >= LEVEL_PARAMS) {
fprintf(
_vdp_cap_data.fp,
"%p, %d, %s, %s",
"%p, %d, -, -",
display,
screen,
device ? "-" : "NULL",
get_proc_address ? "-" : "NULL"
screen
);
}
fputs(")\n", _vdp_cap_data.fp);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment