nir: Add a nir_foreach_uniform_variable helper
[mesa.git] / src / mesa / math / m_debug.h
index 59bb1552e13e4aa59324e6f7136e2241cbd0fb0e..6c5488669c98c9b70d02b625044aee89bd858be9 100644 (file)
@@ -33,10 +33,4 @@ extern void _math_test_all_transform_functions( char *description );
 extern void _math_test_all_normal_transform_functions( char *description );
 extern void _math_test_all_cliptest_functions( char *description );
 
-/* Deprecated?
- */
-extern void _math_test_all_vertex_functions( char *description );
-
-extern char *mesa_profile;
-
 #endif