projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38427da
)
mesa/math: delete duplicate extern symbol
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 16 Oct 2019 11:55:33 +0000
(12:55 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 16 Oct 2019 18:31:24 +0000
(19:31 +0100)
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>
src/mesa/math/m_debug.h
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_debug.h
b/src/mesa/math/m_debug.h
index 6a8af38885d0bcb72f77dd265e4e2b08f7d8d63f..6c5488669c98c9b70d02b625044aee89bd858be9 100644
(file)
--- 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