remove redundant init

This commit is contained in:
Alan Hourihane 2008-03-19 00:16:16 +00:00
parent 9f50a6a24c
commit 6a8bbdba18
1 changed files with 0 additions and 2 deletions

View 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);