aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkOpts_ssse3.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-27 12:03:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-27 12:03:23 -0700
commit56b78a7a2aa87998e6a3f3d026e2184f1bccaf0c (patch)
treece47323dcb89b9d33b3b58797da6a5ee2da2e9c7 /src/opts/SkOpts_ssse3.cpp
parent513f2658779d1a6f12b14bc18ef22b25c381a198 (diff)
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
Diffstat (limited to 'src/opts/SkOpts_ssse3.cpp')
-rw-r--r--src/opts/SkOpts_ssse3.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/opts/SkOpts_ssse3.cpp b/src/opts/SkOpts_ssse3.cpp
deleted file mode 100644
index de3296654f..0000000000
--- a/src/opts/SkOpts_ssse3.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_ssse3() {
-
- }
-}