Mesa (master): mesa/math: delete duplicate extern symbol

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 16 18:41:05 UTC 2019


Module: Mesa
Branch: master
Commit: d3b06a199ed549864ed8c78a1c0d6dff0f6e3441
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3b06a199ed549864ed8c78a1c0d6dff0f6e3441

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Oct 16 12:55:33 2019 +0100

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 at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/math/m_debug.h | 2 --
 1 file changed, 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




More information about the mesa-commit mailing list