don't need that any more (yay:)

This commit is contained in:
Bill Currie 2003-07-15 17:41:31 +00:00
parent cb6bf2e2ae
commit 772ad66019

View file

@ -281,15 +281,6 @@ insert_cube_vertices (struct box_def *box, struct visit_def visit, int count,
va_list args;
vec3_t **v;
#ifdef __BORLANDC__
// This is fix for borland alloca "feature" which fails to restore stack
// correctly if calling function doesn't have any references to local
// variables.
char dummy[5];
dummy[0]=0;
#endif
va_start (args, count);
v = (vec3_t **) alloca (count * sizeof (vec3_t *));