st/mesa: remove pointless assertion
authorBrian Paul <brianp@vmware.com>
Thu, 19 Nov 2009 21:10:57 +0000 (14:10 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 19 Nov 2009 21:17:31 +0000 (14:17 -0700)
src/mesa/state_tracker/st_cb_texture.c

index 9186db7..5283ece 100644 (file)
@@ -1724,8 +1724,6 @@ copy_image_data_to_texture(struct st_context *st,
       pipe_texture_reference(&stImage->pt, NULL);
    }
    else if (stImage->base.Data) {
-      assert(stImage->base.Data != NULL);
-
       /* More straightforward upload.  
        */