summaryrefslogtreecommitdiffstats
path: root/lld/include/lld/Core/YamlWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/include/lld/Core/YamlWriter.h')
-rw-r--r--lld/include/lld/Core/YamlWriter.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/lld/include/lld/Core/YamlWriter.h b/lld/include/lld/Core/YamlWriter.h
deleted file mode 100644
index 949e11a19da..00000000000
--- a/lld/include/lld/Core/YamlWriter.h
+++ /dev/null
@@ -1,31 +0,0 @@
-//===- Core/YamlWriter.h - Writes YAML formatted object files -------------===//
-//
-// The LLVM Linker
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLD_CORE_YAML_WRITER_H_
-#define LLD_CORE_YAML_WRITER_H_
-
-#include "lld/Core/LLVM.h"
-
-#include "llvm/Support/raw_ostream.h"
-
-namespace lld {
-
-class Platform;
-class File;
-
-namespace yaml {
-
- /// writeObjectText - writes the lld::File object as in YAML
- /// format to the specified stream.
- void writeObjectText(const lld::File &, Platform &, raw_ostream &);
-
-} // namespace yaml
-} // namespace lld
-
-#endif // LLD_CORE_YAML_WRITER_H_
OpenPOWER on IntegriCloud