mesa: Drop _mesa_getenv() wrapper.
[mesa.git] / src / mesa / math / m_debug_norm.c
index 588cd90a3e016b6d38b6ffa72be8420a3fd094a8..00e72be54e9d432dbd0f6134b55ee3f3fb880b21 100644 (file)
@@ -1,7 +1,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  5.1
  *
  * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
  *
@@ -340,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