st/vega: Silence compiler warnings.
[mesa.git] / src / gallium / state_trackers / vega / bezier.c
index 5fc17fbb72d2e660b01cf2ea36abe4b108241760..5769e8ea868ec6998a66667360de7c58d5bf8fc5 100644 (file)
@@ -343,8 +343,6 @@ static enum shift_result shift(const struct bezier *orig,
    float points_shifted[4][2];
    float prev_normal[2];
 
-   int i;
-
    points[np][0] = orig->x1;
    points[np][1] = orig->y1;
    map[0] = 0;