pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Sun Sep 29 13:49:57 PDT 2013


 test/blitters-test.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit b513b3dffe979056dbbbdc8e0659f8018c51c5f5
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Sun Sep 29 16:47:53 2013 -0400

    blitters-test: Remove unused variable

diff --git a/test/blitters-test.c b/test/blitters-test.c
index af94835..920cbbb 100644
--- a/test/blitters-test.c
+++ b/test/blitters-test.c
@@ -244,7 +244,7 @@ test_composite (int testnum, int verbose)
     int w, h;
     pixman_op_t op;
     pixman_format_code_t src_fmt, dst_fmt, mask_fmt;
-    uint32_t *dstbuf, *srcbuf, *maskbuf;
+    uint32_t *srcbuf, *maskbuf;
     uint32_t crc32;
     int max_width, max_height, max_extra_stride;
     FLOAT_REGS_CORRUPTION_DETECTOR_START ();
@@ -291,7 +291,6 @@ test_composite (int testnum, int verbose)
     dst_height = pixman_image_get_height (dst_img);
     dst_stride = pixman_image_get_stride (dst_img);
 
-    dstbuf = pixman_image_get_data (dst_img);
     srcbuf = pixman_image_get_data (src_img);
 
     src_x = prng_rand_n (src_width);


More information about the xorg-commit mailing list