aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-11-14 05:52:50 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-14 05:52:50 -0800
commit5ae776504fce25d320054390556526403068f103 (patch)
tree64b8e7e0e2471aac0c27f0eb947c4a4f9dc0a4b3 /src/ports
parentbc9431edc2a4be95c1c127381c9e9eaa3865b75e (diff)
Cleanup the XML directory in public includes.
Diffstat (limited to 'src/ports')
-rw-r--r--src/ports/SkXMLParser_empty.cpp23
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)
-{
-
-}