From: Brian Date: Wed, 27 Feb 2008 22:48:00 +0000 (-0700) Subject: gallium: remove unnecessary assignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=681b78fc60b2e60cf9f84802932bf9d2defd28c2;p=mesa.git gallium: remove unnecessary assignment --- diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index 7c027653135..c605ed925b2 100644 --- a/src/gallium/drivers/softpipe/sp_texture.c +++ b/src/gallium/drivers/softpipe/sp_texture.c @@ -91,7 +91,6 @@ softpipe_texture_create_screen(struct pipe_screen *screen, spt->base = *templat; spt->base.refcount = 1; - spt->base.pipe = NULL; spt->base.screen = screen; softpipe_texture_layout(spt);