aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.c
diff options
context:
space:
mode:
authorGravatar skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>2018-05-17 19:25:40 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-17 19:56:43 +0000
commit53ea91139ad9f5ec32fba2cfd167277a5cc3f443 (patch)
treef7db453c32a943da059318b88387eb393684ae44 /third_party/skcms/skcms.c
parent8f288d9399db95cd0a0994f037f6c08410a7c354 (diff)
Roll skia/third_party/skcms 3e527c6..5bfec77 (1 commits)
https://skia.googlesource.com/skcms.git/+log/3e527c6..5bfec77 2018-05-17 mtklein@chromium.org rm GaussNewton.[ch] The AutoRoll server is located here: https://skcms-skia-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=herb@google.com Change-Id: Idf7e24d60750f69db9d09a71e9665073380b8912 Reviewed-on: https://skia-review.googlesource.com/128987 Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'third_party/skcms/skcms.c')
-rw-r--r--third_party/skcms/skcms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/skcms/skcms.c b/third_party/skcms/skcms.c
index 80ea143cb0..6b1abf59dd 100644
--- a/third_party/skcms/skcms.c
+++ b/third_party/skcms/skcms.c
@@ -8,7 +8,6 @@
// skcms.c is a unity build target for skcms, #including every other C source file.
#include "src/Curve.c"
-#include "src/GaussNewton.c"
#include "src/ICCProfile.c"
#include "src/LinearAlgebra.c"
#include "src/PortableMath.c"