aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2016-11-14 11:19:52 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-14 17:31:57 +0000
commitefa62e1d5b74d3ef09c4cdddf871594aece267a1 (patch)
tree4df0fed35c5943d2698ac303019177b56848b696
parenta354b04931fa643582dadedd792cd79d8cf1a8b1 (diff)
Remove SkOSFile.cpp.
This file has been renamed SkOSPath.cpp and users no longer refer to the old name. Remove this now empty file and its build rule. Change-Id: I5041b61e749cc86f491b6c99b6744d7a0d4f9d1c Reviewed-on: https://skia-review.googlesource.com/4766 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <bungeman@google.com>
-rw-r--r--gn/utils.gni1
-rw-r--r--src/utils/SkOSFile.cpp6
2 files changed, 0 insertions, 7 deletions
diff --git a/gn/utils.gni b/gn/utils.gni
index 4e414b9be0..a08e60ba31 100644
--- a/gn/utils.gni
+++ b/gn/utils.gni
@@ -54,7 +54,6 @@ skia_utils_sources = [
"$_src/utils/SkMultiPictureDocument.cpp",
"$_src/utils/SkNWayCanvas.cpp",
"$_src/utils/SkNullCanvas.cpp",
- "$_src/utils/SkOSFile.cpp",
"$_src/utils/SkOSPath.cpp",
"$_src/utils/SkOSPath.h",
"$_src/utils/SkPaintFilterCanvas.cpp",
diff --git a/src/utils/SkOSFile.cpp b/src/utils/SkOSFile.cpp
deleted file mode 100644
index e10e67491f..0000000000
--- a/src/utils/SkOSFile.cpp
+++ /dev/null
@@ -1,6 +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.
- */