nir/algebraic: Distribute source modifiers into instructions
[mesa.git] / src / intel / compiler / brw_vec4_live_variables.cpp
index 8457706024faebd73e3ac6093f9fec004e28271c..cc3f0a5a3c4b7291f71dc20494ca7daf805bd31c 100644 (file)
@@ -254,14 +254,6 @@ vec4_live_variables::~vec4_live_variables()
    ralloc_free(mem_ctx);
 }
 
-void
-vec4_visitor::invalidate_live_intervals()
-{
-   /* XXX -- Leave this around for the moment to keep the vec4_vistor object
-    * concrete.
-    */
-}
-
 static bool
 check_register_live_range(const vec4_live_variables *live, int ip,
                           unsigned var, unsigned n)