nir: Add a nir_foreach_uniform_variable helper
[mesa.git] / src / mesa / math / m_debug.h
index a1e8cee9d63ed763c32e5f1fc8fb7e57283b3766..6c5488669c98c9b70d02b625044aee89bd858be9 100644 (file)
@@ -1,7 +1,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
  *
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
@@ -34,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