From 583dd2bbc0e0a3bb784d315e25b6575270572e06 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 5 Oct 2017 11:27:53 -0400 Subject: add constexpr to SkRect, SkIRect Make functions Also, doing so exposed a couple of unused variables in tests. R: bsalomon@google.com Bug: skia: 6898 Change-Id: I7b065e26a838fe55a1d772bcefaef5325e1baa61 Reviewed-on: https://skia-review.googlesource.com/55680 Reviewed-by: Brian Salomon Reviewed-by: Mike Klein Commit-Queue: Cary Clark --- tests/PackedConfigsTextureTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/PackedConfigsTextureTest.cpp') diff --git a/tests/PackedConfigsTextureTest.cpp b/tests/PackedConfigsTextureTest.cpp index f91fc428e6..5d54861196 100644 --- a/tests/PackedConfigsTextureTest.cpp +++ b/tests/PackedConfigsTextureTest.cpp @@ -20,7 +20,6 @@ #include "GrTextureProxy.h" static const int DEV_W = 10, DEV_H = 10; -static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H); static const uint8_t TOL = 0x4; static void check_component(skiatest::Reporter* reporter, uint8_t control, uint8_t test) { -- cgit v1.2.3