diff options
author | djsollen <djsollen@google.com> | 2014-11-14 05:52:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 05:52:50 -0800 |
commit | 5ae776504fce25d320054390556526403068f103 (patch) | |
tree | 64b8e7e0e2471aac0c27f0eb947c4a4f9dc0a4b3 /src/ports | |
parent | bc9431edc2a4be95c1c127381c9e9eaa3865b75e (diff) |
Cleanup the XML directory in public includes.
Review URL: https://codereview.chromium.org/722343002
Diffstat (limited to 'src/ports')
-rw-r--r-- | src/ports/SkXMLParser_empty.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/ports/SkXMLParser_empty.cpp b/src/ports/SkXMLParser_empty.cpp deleted file mode 100644 index 09b222e899..0000000000 --- a/src/ports/SkXMLParser_empty.cpp +++ /dev/null @@ -1,23 +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. - */ - -#include "SkXMLParser.h" - -bool SkXMLParser::parse(SkStream& docStream) -{ - return false; -} - -bool SkXMLParser::parse(const char doc[], size_t len) -{ - return false; -} - -void SkXMLParser::GetNativeErrorString(int error, SkString* str) -{ - -} |