[Mesa-dev] [PATCH mesa] radeon: remove left over dead code
Eric Engestrom
eric.engestrom at imgtec.com
Tue Dec 19 13:51:13 UTC 2017
Fixes: 4e0d99a63588c67a955f "r100: Use shared debug code"
Cc: Pauli Nieminen <suokkos at gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
src/mesa/drivers/dri/radeon/radeon_context.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c
index 8ad0911586c8e7755813..8c5c16719961f5c42c14 100644
--- a/src/mesa/drivers/dri/radeon/radeon_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_context.c
@@ -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");
--
Cheers,
Eric
More information about the mesa-dev
mailing list