[Mesa-dev] [PATCH 24/43] st/nine: Remove duplicated debug message

Axel Davy axel.davy at ens.fr
Fri Jan 30 12:34:23 PST 2015


From: Patrick Rudolph <siro at das-labor.org>

Likely a rebase error

Reviewed-by: Axel Davy <axel.davy at ens.fr>
Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
 src/gallium/state_trackers/nine/resource9.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/state_trackers/nine/resource9.c b/src/gallium/state_trackers/nine/resource9.c
index 15c784f..bbc8320 100644
--- a/src/gallium/state_trackers/nine/resource9.c
+++ b/src/gallium/state_trackers/nine/resource9.c
@@ -52,9 +52,6 @@ NineResource9_ctor( struct NineResource9 *This,
         This, pParams, initResource, (int) Allocate,
         Type, Pool, Usage);
 
-    DBG("This=%p pParams=%p initResource=%p Allocate=%d Type=%d Pool=%d usage=%d\n",
-        This, pParams, initResource, Allocate, Type, Pool, Usage);
-
     hr = NineUnknown_ctor(&This->base, pParams);
     if (FAILED(hr))
         return hr;
-- 
2.1.0



More information about the mesa-dev mailing list