mesa: Drop _mesa_getenv() wrapper.
[mesa.git] / src / mesa / math / m_debug_norm.c
index db71ebef0c673524f7701ee5154fd171206184cd..00e72be54e9d432dbd0f6134b55ee3f3fb880b21 100644 (file)
@@ -339,7 +339,7 @@ void _math_test_all_normal_transform_functions( char *description )
 
    if ( first_time ) {
       first_time = 0;
-      mesa_profile = _mesa_getenv( "MESA_PROFILE" );
+      mesa_profile = getenv( "MESA_PROFILE" );
    }
 
 #ifdef RUN_DEBUG_BENCHMARK