OSDN Git Service

intel: Remove a never-taken debug print path.
authorEric Anholt <eric@anholt.net>
Thu, 28 Mar 2013 22:58:25 +0000 (15:58 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 31 Mar 2013 00:23:50 +0000 (17:23 -0700)
commit9dd19575d33b907be655586fbaf9569d9afc2711
tree5381c8bf80a56ae0d6590f482470ae6cc84384f7
parentc34bbe110d1e562b1594a9a4f2e83a2ab5630036
intel: Remove a never-taken debug print path.

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.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_buffer_objects.c