Re: [Mesa-dev] [PATCH] intel: Remove a never-taken debug print path.

2013-03-29 Thread Kenneth Graunke
On 03/29/2013 10:40 AM, Eric Anholt wrote: Alessandro Pignotti noted when I added this code in commit 0e723b135bfd59868c92c3ae243f1adaedaec3a5 that it's in the else block for "if (busy)", so this debug print couldn't happen. --- src/mesa/drivers/dri/intel/intel_buffer_objects.c |5 - 1

[Mesa-dev] [PATCH] intel: Remove a never-taken debug print path.

2013-03-29 Thread Eric Anholt
Alessandro Pignotti noted when I added this code in commit 0e723b135bfd59868c92c3ae243f1adaedaec3a5 that it's in the else block for "if (busy)", so this debug print couldn't happen. --- src/mesa/drivers/dri/intel/intel_buffer_objects.c |5 - 1 file changed, 5 deletions(-) diff --git a/src