summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-09-01 16:55:55 +0100
committerEric Engestrom <[email protected]>2017-09-01 17:06:43 +0100
commit4d6c23ee838040e3ca7d2acb54c94656d827ed34 (patch)
tree3e69e5c3c302285097b02b25c717ba3a7e8c24c1
parent80177306d97beaafd8c5d45e6f5e633f9d8f035f (diff)
aubinator: remove duplicate initialisation
Reviewed-by: Lionel Landwerlin <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
-rw-r--r--src/intel/tools/aubinator_error_decode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c
index 636f56a3365..ed4d6f662ce 100644
--- a/src/intel/tools/aubinator_error_decode.c
+++ b/src/intel/tools/aubinator_error_decode.c
@@ -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] */
};
}