remove redundant init
authorAlan Hourihane <alanh@tungstengraphics.com>
Wed, 19 Mar 2008 00:16:16 +0000 (00:16 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Wed, 19 Mar 2008 00:18:37 +0000 (00:18 +0000)
src/mesa/tnl/t_vertex_sse.c

index ad4cc62d5f7d8f586602e6229a193c2bd1297435..5160a8c3aeed653a7b9064cdc6f7ae64d9d83b3d 100644 (file)
@@ -348,8 +348,6 @@ static GLboolean build_vertex_emit( struct x86_program *p )
    struct x86_reg vp1 = x86_make_reg(file_XMM, 2);
    GLubyte *fixup, *label;
 
-   x86_init_func(&p->func);
-   
    /* Push a few regs?
     */
    x86_push(&p->func, countEBP);