zink: kill dead code

Acked-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Erik Faye-Lund 2019-06-21 15:29:06 +02:00
parent d850e2a3f2
commit 249cd3fc13
1 changed files with 0 additions and 3 deletions

View File

@ -777,9 +777,6 @@ zink_clear(struct pipe_context *pctx,
num_rects = 1;
}
if (!batch->rp)
zink_begin_render_pass(ctx, batch);
vkCmdClearAttachments(batch->cmdbuf,
num_attachments, attachments,
num_rects, rects);