| Index: src/svg/parser/SkSVGMetadata.cpp
 | 
| diff --git a/src/svg/parser/SkSVGMetadata.cpp b/src/svg/parser/SkSVGMetadata.cpp
 | 
| deleted file mode 100644
 | 
| index 70a94e2882ad7841c67764fbe9f9d2082bcc3c88..0000000000000000000000000000000000000000
 | 
| --- a/src/svg/parser/SkSVGMetadata.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 "SkSVGMetadata.h"
 | 
| -#include "SkSVGParser.h"
 | 
| -
 | 
| -DEFINE_SVG_NO_INFO(Metadata)
 | 
| -
 | 
| -bool SkSVGMetadata::isDef() {
 | 
| -    return false;
 | 
| -}
 | 
| -
 | 
| -bool SkSVGMetadata::isNotDef() {
 | 
| -    return false;
 | 
| -}
 | 
| -
 | 
| -void SkSVGMetadata::translate(SkSVGParser& parser, bool defState) {
 | 
| -}
 | 
| 
 |