radeon: remove left over dead code
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 19 Dec 2017 13:41:35 +0000 (13:41 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 23 Jan 2018 15:39:57 +0000 (15:39 +0000)
Fixes: 4e0d99a63588c67a955f "r100: Use shared debug code"
Cc: Pauli Nieminen <suokkos@gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/radeon/radeon_context.c

index 8ad0911..8c5c167 100644 (file)
@@ -330,12 +330,6 @@ r100CreateContext( gl_api api,
 
    rmesa->radeon.do_usleeps = (fthrottle_mode == DRI_CONF_FTHROTTLE_USLEEPS);
 
-
-#if DO_DEBUG
-   RADEON_DEBUG = parse_debug_string( getenv( "RADEON_DEBUG" ),
-                                      debug_control );
-#endif
-
    tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
    if (driQueryOptionb(&rmesa->radeon.optionCache, "no_rast")) {
       fprintf(stderr, "disabling 3D acceleration\n");