mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
mesa: remove an assertion (see bug 18734)
This commit is contained in:
parent
8c2b4b33c5
commit
c303e7299b
1 changed files with 0 additions and 1 deletions
|
|
@ -780,7 +780,6 @@ append_token(char *dst, gl_state_index k)
|
|||
append(dst, "ShadowAmbient");
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue