mesa/math: delete duplicate extern symbol

It's already defined in `m_debug_util.h`, along with an explanation of
what it is and how to use it.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Engestrom 2019-10-16 12:55:33 +01:00
parent 38427da02b
commit d3b06a199e
1 changed files with 0 additions and 2 deletions

View File

@ -33,6 +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 );
extern char *mesa_profile;
#endif