pan/lcra: Remove unused alignment parameters
[mesa.git] / src / panfrost / util / lcra.c
index 28f9a735a4466e5773ea7f3c6d5d9d5828eb00b9..0e30c1d10829fe59efe69a6c919ae50e33ff6136 100644 (file)
@@ -42,7 +42,6 @@
 struct lcra_state *
 lcra_alloc_equations(
                 unsigned node_count,
-                unsigned min_alignment, unsigned max_alignment,
                 unsigned bound, unsigned class_count)
 {
         struct lcra_state *l = calloc(1, sizeof(*l));