From 56b78a7a2aa87998e6a3f3d026e2184f1bccaf0c Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 27 Jul 2015 12:03:23 -0700 Subject: Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/) Reason for revert: Chromium doesn't call SkGraphics::Init(). This setup won't work. Original issue's description: > Lay groundwork for SkOpts. > > This doesn't really do anything yet. It's just the CPU detection code, skeleton new .cpp files, and a few little .gyp tweaks. > > BUG=skia:4117 > > Committed: https://skia.googlesource.com/skia/+/ce2c5055cee5d5d3c9fc84c1b3eeed4b4d84a827 TBR=djsollen@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:4117 Review URL: https://codereview.chromium.org/1261743002 --- src/opts/SkOpts_sse2.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/opts/SkOpts_sse2.cpp (limited to 'src/opts/SkOpts_sse2.cpp') diff --git a/src/opts/SkOpts_sse2.cpp b/src/opts/SkOpts_sse2.cpp deleted file mode 100644 index 31afa8cae7..0000000000 --- a/src/opts/SkOpts_sse2.cpp +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright 2015 Google Inc. - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - -#include "SkOpts.h" - -namespace SkOpts { - void Init_sse2() { - - } -} -- cgit v1.2.3