Mesa (master): i915: Remove a dead if (0) block.

Eric Anholt anholt at kemper.freedesktop.org
Thu Sep 23 23:35:37 UTC 2010


Module: Mesa
Branch: master
Commit: f46523e0bcdfe447b4a9a35fe1561490fa32c3f0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f46523e0bcdfe447b4a9a35fe1561490fa32c3f0

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Sep 23 16:34:10 2010 -0700

i915: Remove a dead if (0) block.

---

 src/mesa/drivers/dri/i915/i915_context.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/drivers/dri/i915/i915_context.c b/src/mesa/drivers/dri/i915/i915_context.c
index 450e66e..bf6762d 100644
--- a/src/mesa/drivers/dri/i915/i915_context.c
+++ b/src/mesa/drivers/dri/i915/i915_context.c
@@ -108,9 +108,6 @@ i915CreateContext(int api,
    if (!i915)
       return GL_FALSE;
 
-   if (0)
-      printf("\ntexmem-0-3 branch\n\n");
-
    i915InitVtbl(i915);
 
    i915InitDriverFunctions(&functions);




More information about the mesa-commit mailing list