From: Brian Paul Date: Tue, 24 Jun 2008 14:45:59 +0000 (-0600) Subject: gallium: remove bad assertion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b692335101d248106b4e1c2d116a1f95712fd25;p=mesa.git gallium: remove bad assertion --- diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c index 9d8a6d6de44..b2e490c7db1 100644 --- a/src/gallium/drivers/i915simple/i915_texture.c +++ b/src/gallium/drivers/i915simple/i915_texture.c @@ -685,7 +685,6 @@ i915_texture_blanket(struct pipe_screen * screen, { struct i915_texture *tex; assert(screen); - assert(templat); /* Only supports one type */ if (base->target != PIPE_TEXTURE_2D ||