lima/parser: Fix rsw parser

Drop assert as it is not necessary and used wrong anyway.

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Signed-off-by: Andreas Baierl <ichgeh@imkreisrum.de>
This commit is contained in:
Andreas Baierl 2020-01-03 22:26:35 +01:00 committed by Qiang Yu
parent defb3a9465
commit af7dc4675d
1 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#include "util/u_math.h"
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
@ -522,7 +521,6 @@ parse_rsw(FILE *fp, uint32_t *value, int i, uint32_t *helper)
*value & 0xffffffe0, *value & 0x0000001f);
break;
case 10: /* VARYING TYPES */
assert(*helper);
fprintf(fp, "(1): ");
int val, j;
/* 0 - 5 */