mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
Cell: silence unused var warnings
This commit is contained in:
parent
2ed6604f50
commit
c4e0d725dc
1 changed files with 1 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ void *
|
||||||
cell_create_fs_state(struct pipe_context *pipe,
|
cell_create_fs_state(struct pipe_context *pipe,
|
||||||
const struct pipe_shader_state *templ)
|
const struct pipe_shader_state *templ)
|
||||||
{
|
{
|
||||||
struct cell_context *cell = cell_context(pipe);
|
/*struct cell_context *cell = cell_context(pipe);*/
|
||||||
struct cell_fragment_shader_state *state;
|
struct cell_fragment_shader_state *state;
|
||||||
|
|
||||||
state = CALLOC_STRUCT(cell_fragment_shader_state);
|
state = CALLOC_STRUCT(cell_fragment_shader_state);
|
||||||
|
|
@ -94,8 +94,6 @@ cell_bind_fs_state(struct pipe_context *pipe, void *fs)
|
||||||
void
|
void
|
||||||
cell_delete_fs_state(struct pipe_context *pipe, void *fs)
|
cell_delete_fs_state(struct pipe_context *pipe, void *fs)
|
||||||
{
|
{
|
||||||
struct cell_context *cell = cell_context(pipe);
|
|
||||||
|
|
||||||
struct cell_fragment_shader_state *state =
|
struct cell_fragment_shader_state *state =
|
||||||
(struct cell_fragment_shader_state *) fs;
|
(struct cell_fragment_shader_state *) fs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue