From 7a02f019f25c13e95d5e021bc6d8ce8f9d99292a Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 30 Sep 2016 16:31:30 -0400 Subject: [PATCH] Delete unused avx2_sources. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2853 Change-Id: If546af6bea8c51b857860be6d266347cdf064d33 Reviewed-on: https://skia-review.googlesource.com/2853 Reviewed-by: Florin Malita Commit-Queue: Mike Klein --- gyp/opts.gypi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gyp/opts.gypi b/gyp/opts.gypi index 530ff58..5f07101 100644 --- a/gyp/opts.gypi +++ b/gyp/opts.gypi @@ -61,9 +61,4 @@ 'hsw_sources': [ '<(skia_src_path)/opts/SkOpts_hsw.cpp', ], - - # TODO: clean up after updating Chrome build. - 'avx2_sources': [ - '<(skia_src_path)/opts/SkOpts_hsw.cpp', - ], } -- 2.7.4