[cosmetic] Remove static var from testing code in bentley-ottman.

This commit is contained in:
Behdad Esfahbod 2007-03-07 15:49:51 -05:00
parent 92d331a234
commit ef9799d596

View file

@ -1767,7 +1767,7 @@ int
main (void)
{
char random_name[] = "random-XX";
static cairo_bo_edge_t random_edges[MAX_RANDOM], *edge;
cairo_bo_edge_t random_edges[MAX_RANDOM], *edge;
unsigned int i, num_random;
test_t *test;