mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i915: Remove a dead if (0) block.
This commit is contained in:
parent
64ff468d6f
commit
f46523e0bc
1 changed files with 0 additions and 3 deletions
|
|
@ -108,9 +108,6 @@ i915CreateContext(int api,
|
|||
if (!i915)
|
||||
return GL_FALSE;
|
||||
|
||||
if (0)
|
||||
printf("\ntexmem-0-3 branch\n\n");
|
||||
|
||||
i915InitVtbl(i915);
|
||||
|
||||
i915InitDriverFunctions(&functions);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue