diff options
author | halcanary <halcanary@google.com> | 2016-03-28 09:00:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-28 09:00:22 -0700 |
commit | c61edcc2b8b6a520e4f4e0518c90277f693bdcfd (patch) | |
tree | b0487f65ff8f6e72c964e1edf3f944b5a801bcb8 /src | |
parent | b8fb9934a0707e8e5f9e725502974dc2d432a815 (diff) |
rm src/ports/SkTime_*.cpp
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1833283002
Review URL: https://codereview.chromium.org/1833283002
Diffstat (limited to 'src')
-rw-r--r-- | src/ports/SkTime_Unix.cpp | 7 | ||||
-rw-r--r-- | src/ports/SkTime_win.cpp | 8 |
2 files changed, 0 insertions, 15 deletions
diff --git a/src/ports/SkTime_Unix.cpp b/src/ports/SkTime_Unix.cpp deleted file mode 100644 index 2123a40619..0000000000 --- a/src/ports/SkTime_Unix.cpp +++ /dev/null @@ -1,7 +0,0 @@ - -/* - * Copyright 2006 The Android Open Source Project - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ diff --git a/src/ports/SkTime_win.cpp b/src/ports/SkTime_win.cpp deleted file mode 100644 index f55ff90ea3..0000000000 --- a/src/ports/SkTime_win.cpp +++ /dev/null @@ -1,8 +0,0 @@ - -/* - * Copyright 2009 The Android Open Source Project - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - |