From: Patrick Rudolph <s...@das-labor.org>

Likely a rebase error

Reviewed-by: Axel Davy <axel.d...@ens.fr>
Signed-off-by: Patrick Rudolph <s...@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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to