aubinator: remove duplicate initialisation

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Eric Engestrom
2017-09-01 16:55:55 +01:00
parent 80177306d9
commit 4d6c23ee83
-1
View File
@@ -314,7 +314,6 @@ static void decode(struct gen_spec *spec,
.command = inst->name,
.command_offset = offset,
.instruction_base_address = current_instruction_base_address,
.ksp = ksp[0],
.ksp = ksp[0], /* SIMD8 shader is specified by ksp[0] */
};
}