diff options
author | Eric Engestrom <[email protected]> | 2019-10-16 12:55:33 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-16 19:31:24 +0100 |
commit | d3b06a199ed549864ed8c78a1c0d6dff0f6e3441 (patch) | |
tree | 79f5d54cf3303a3dc7c15982c31d70d8a6e231df | |
parent | 38427da02b4dd46d0236e4488d8cfa5d342e6479 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | src/mesa/math/m_debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h index 6a8af38885d..6c5488669c9 100644 --- a/src/mesa/math/m_debug.h +++ b/src/mesa/math/m_debug.h @@ -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 |