From 737b9a9d4806e376ee960d22578d08ea088c6ccd Mon Sep 17 00:00:00 2001 From: Yuqian Li Date: Thu, 3 May 2018 11:28:28 -0400 Subject: Remove legacy guard flags Bug: skia: Change-Id: I3b526f2caec6766faea72cdc89550f50e17c71d2 Reviewed-on: https://skia-review.googlesource.com/125746 Reviewed-by: Cary Clark Reviewed-by: Florin Malita Commit-Queue: Yuqian Li --- tests/PathTest.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/PathTest.cpp') diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp index 477b02b7c0..9d8c18f997 100644 --- a/tests/PathTest.cpp +++ b/tests/PathTest.cpp @@ -4373,7 +4373,6 @@ static void test_fuzz_crbug_662730(skiatest::Reporter* reporter) { test_draw_AA_path(100, 100, path); } -#if !defined(SK_SUPPORT_LEGACY_DELTA_AA) static void test_skbug_6947() { SkPath path; SkPoint points[] = @@ -4433,8 +4432,6 @@ static void test_skbug_7051() { test_draw_AA_path(100, 100, path); } -#endif - static void test_interp(skiatest::Reporter* reporter) { SkPath p1, p2, out; REPORTER_ASSERT(reporter, p1.isInterpolatable(p2)); -- cgit v1.2.3