Skip to content
Snippets Groups Projects
Commit 0061a905 authored by Timothy Arceri's avatar Timothy Arceri
Browse files

radv: remove duplicate line of code


The same line of code is a few lines above.

Reviewed-by: default avatarBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: default avatarSamuel Pitoiset <samuel.pitoiset@gmail.com>
parent fd24be13
No related branches found
Tags mesa-20.2.0-rc4
No related merge requests found
......@@ -189,7 +189,6 @@ radv_create_shader_variant_from_pipeline_cache(struct radv_device *device,
variant->info = entry->variant_info;
variant->rsrc1 = entry->rsrc1;
variant->rsrc2 = entry->rsrc2;
variant->code_size = entry->code_size;
variant->ref_count = 1;
void *ptr = radv_alloc_shader_memory(device, variant);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment