[Mesa-dev] [PATCH 06/13] mesa: Remove unused functions from perfomance query code.

Matt Turner mattst88 at gmail.com
Sun Jun 15 10:17:56 PDT 2014


Perhaps useful for debugging? Never used otherwise. Added by commit
8cf5bdad.
---
 src/mesa/main/performance_monitor.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/mesa/main/performance_monitor.c b/src/mesa/main/performance_monitor.c
index 9d1a6b4..c26eda4 100644
--- a/src/mesa/main/performance_monitor.c
+++ b/src/mesa/main/performance_monitor.c
@@ -164,19 +164,6 @@ counterid_to_index(GLuint counterid)
    return counterid - 1;
 }
 
-static inline GLuint
-index_to_counterid(GLuint index)
-{
-   return index + 1;
-}
-
-static inline bool
-counterid_valid(const struct gl_perf_monitor_group *group_obj,
-                GLuint counterid)
-{
-   return get_counter(group_obj, counterid_to_index(counterid)) != NULL;
-}
-
 /*****************************************************************************/
 
 void GLAPIENTRY
-- 
1.8.3.2



More information about the mesa-dev mailing list