aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/opts/SkOpts_hsw.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/opts/SkOpts_hsw.cpp b/src/opts/SkOpts_hsw.cpp
index bb4e4d1f47..223495f8f0 100644
--- a/src/opts/SkOpts_hsw.cpp
+++ b/src/opts/SkOpts_hsw.cpp
@@ -16,7 +16,6 @@
#include "SkOpts.h"
#define SK_OPTS_NS hsw
#include "SkBitmapFilter_opts.h"
-#include "SkRasterPipeline_opts.h"
#if defined(_INC_MATH) && !defined(INC_MATH_IS_SAFE_NOW)
#error We have included ucrt\math.h without protecting it against ODR violation.
@@ -24,8 +23,6 @@
namespace SkOpts {
void Init_hsw() {
- run_pipeline = hsw::run_pipeline;
- compile_pipeline = hsw::compile_pipeline;
convolve_vertically = hsw::convolve_vertically;
}
}