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/FloatingPointTextureTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/FloatingPointTextureTest.cpp') diff --git a/tests/FloatingPointTextureTest.cpp b/tests/FloatingPointTextureTest.cpp index 816b0d37d8..d1718f8b48 100644 --- a/tests/FloatingPointTextureTest.cpp +++ b/tests/FloatingPointTextureTest.cpp @@ -23,7 +23,6 @@ #include "SkHalf.h" static const int DEV_W = 100, DEV_H = 100; -static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H); template void runFPTest(skiatest::Reporter* reporter, GrContext* context, -- cgit v1.2.3