Fix an unused variable warning.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Mar 2013 21:51:24 +0000 (21:51 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Mar 2013 21:51:24 +0000 (21:51 +0000)
Review URL: https://codereview.chromium.org/12398026

git-svn-id: http://skia.googlecode.com/svn/trunk@7975 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkBlitter_RGB16.cpp

index 4eead2b..615a6a3 100644 (file)
@@ -392,7 +392,7 @@ void SkRGB16_Opaque_Blitter::blitMask(const SkMask& mask,
         if (w >= UNROLL) {
             uint32x4_t color;        /* can use same one */
             uint32x4_t dev_lo, dev_hi;
-            uint32x4_t t1, t2;
+            uint32x4_t t1;
             uint32x4_t wn1, wn2;
             uint16x4_t odev_lo, odev_hi;
             uint16x4_t alpha_lo, alpha_hi;